mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
increase drawing test timeout to 30 seconds
This commit is contained in:
parent
83c7e950f0
commit
eca9191f29
@ -27,7 +27,7 @@
|
||||
}, function () {
|
||||
// onTimeout
|
||||
test.fail('Test timed out');
|
||||
}, 15*1000);
|
||||
}, 30 * 1000);
|
||||
})
|
||||
.run(function () {
|
||||
if (tests[index+1]) {
|
||||
|
Loading…
Reference in New Issue
Block a user