mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-11 19:04:30 +00:00
bump timeout for travis
This commit is contained in:
@@ -25,7 +25,7 @@ Nightmare.action('init', function(done) {
|
||||
|
||||
function run(env) {
|
||||
describe(`env=${env}`, function () {
|
||||
this.timeout(20000);
|
||||
this.timeout(30000);
|
||||
|
||||
let PORT;
|
||||
let proc;
|
||||
|
||||
Reference in New Issue
Block a user