From 612070b2d7d6bf739b511e668c4fb100fc5fcf58 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Sat, 30 Oct 2010 08:01:28 +0100 Subject: [PATCH] Update: Slightly modification to timing for unit tests to be more flexible --- media/unit_testing/unit_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/unit_testing/unit_test.js b/media/unit_testing/unit_test.js index 36a0e6a9..86d7e7f2 100644 --- a/media/unit_testing/unit_test.js +++ b/media/unit_testing/unit_test.js @@ -29,7 +29,7 @@ var oTest = { iReTestLimit: 20, /* Amount of time to wait between trying for an async test */ - iReTestDelay: 100, + iReTestDelay: 150, /* End tests - external control */ bEnd: false,