Skip to content

Commit c1ccb98

Browse files
committed
enhance time for setup test again
1 parent 9fa5845 commit c1ccb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib/testConsole.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ function register(it, expect, context) {
317317
// remove normal user from normal group
318318
err = yield cli.processCommandAsync(context.objects, context.states, 'setup', ['first'], {});
319319
expect(err).to.be.not.ok;
320-
})).timeout(10000);
320+
})).timeout(20000);
321321

322322
// setup custom
323323
// url

0 commit comments

Comments
 (0)