From 72c69a002ea0e10ea7da79b387a0278f095569a8 Mon Sep 17 00:00:00 2001 From: Ian Craggs Date: Fri, 19 Jul 2013 11:36:01 +0100 Subject: [PATCH] Try to fix test timing --- test/test1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test1.c b/test/test1.c index 0ff69368..4b4ff424 100644 --- a/test/test1.c +++ b/test/test1.c @@ -376,7 +376,7 @@ exit: MyLog(LOGA_INFO, "TEST1: test %s. %d tests run, %d failures.", (failures == 0) ? "passed" : "failed", tests, failures); - fprintf(xml, " time=\"%d\" >\n", elapsed(global_start_time)); + fprintf(xml, " time=\"%d\" >\n", elapsed(global_start_time) / 1000); if (cur_output != output) { fprintf(xml, output);