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:
parent
eea1d9086b
commit
909951d975
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue