1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Allow time to finish requests.

This commit is contained in:
Brendan Dahl 2012-04-19 14:19:08 -07:00
parent eea1d9086b
commit 909951d975

View file

@ -66,6 +66,7 @@ var TestReporter = function(browser, appPath) {
this.reportSuiteResults = function(suite) { };
this.reportRunnerResults = function(runner) {
sendQuitRequest();
// Give the test.py some time process any queued up requests
setTimeout(sendQuitRequest, 500);
};
};