Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBryan Berry <bryan@olenepal.org>2009-12-13 12:01:31 (GMT)
committer Bryan Berry <bryan@olenepal.org>2009-12-13 12:01:31 (GMT)
commitc652632d2522ff1b5d362407c4262c745f248c8b (patch)
treef7d23e2dc5d61780a610b8598d37ae8920aff7f6 /tests
parent07e4513ba07749ff8fcb82f9688e3d84dca36cee (diff)
updated tests w/ longer delays to handle latency when running tests across a slow link
Diffstat (limited to 'tests')
-rwxr-xr-xtests/js/tests.js18
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/js/tests.js b/tests/js/tests.js
index 2b371bc..4166ebc 100755
--- a/tests/js/tests.js
+++ b/tests/js/tests.js
@@ -373,7 +373,7 @@
"error message appended");
//k.reset();
start();
- }, 100);
+ }, 1000);
});
@@ -396,7 +396,7 @@
"Total Assets counter was incremented");
k.reset();
start();
- }, 100);
+ }, 1000);
});
@@ -436,7 +436,7 @@
"Total Assets counter was incremented");
k.reset();
start();
- }, 500);
+ }, 1000);
});
test("Karma._isValidType(type)",
@@ -510,7 +510,7 @@
"Counter of total assets properly incremented");
k.reset();
start();
- }, 500);
+ }, 1000);
});
asyncTest("Karma._makeImages(images) w/ 2 good images and " +
@@ -535,7 +535,7 @@
k.reset();
start();
- }, 500);
+ }, 1000);
});
asyncTest("Karma._makeImages(images) w/ 3 good imgs, 1 localized",
@@ -563,7 +563,7 @@
"Counter of total assets properly incremented");
k.reset();
start();
- }, 500);
+ }, 1000);
});
@@ -608,7 +608,7 @@
"Counter of total assets properly incremented");
k.reset();
start();
- }, 500);
+ }, 1000);
});
asyncTest("Karma._makeSounds(sounds) w/ 2 good sounds and " +
@@ -635,7 +635,7 @@
k.reset();
start();
- }, 500);
+ }, 1000);
});
asyncTest("Karma._makeSounds(sounds) w/ 3 good sounds, 1 localized",
@@ -662,7 +662,7 @@
ok(k._counters.total === 3,
"Counter of total assets properly incremented");
start();
- }, 500);
+ }, 1000);
});