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