Skip to content

Commit

Permalink
enhance time for setup test again
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Nov 10, 2019
1 parent 9fa5845 commit c1ccb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/testConsole.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ function register(it, expect, context) {
// remove normal user from normal group
err = yield cli.processCommandAsync(context.objects, context.states, 'setup', ['first'], {});
expect(err).to.be.not.ok;
})).timeout(10000);
})).timeout(20000);

// setup custom
// url
Expand Down

0 comments on commit c1ccb98

Please sign in to comment.