mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Try bumping the timeout for the smoke test
This commit is contained in:
@@ -9,7 +9,7 @@ if (system.args.length !== 2) {
|
||||
phantom.exit(1);
|
||||
}
|
||||
|
||||
var TIMEOUT = 15000;
|
||||
var TIMEOUT = 25000;
|
||||
var page = require("webpage").create();
|
||||
|
||||
page.viewportSize = {
|
||||
|
||||
Reference in New Issue
Block a user