increase drawing test timeout to 30 seconds

This commit is contained in:
juliandescottes 2016-12-21 15:38:31 +01:00
parent 83c7e950f0
commit eca9191f29

View File

@ -27,7 +27,7 @@
}, function () {
// onTimeout
test.fail('Test timed out');
}, 15*1000);
}, 30 * 1000);
})
.run(function () {
if (tests[index+1]) {