Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
atian25 committed Apr 4, 2019
1 parent a113c33 commit fc1f55d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/cmd/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ class TestCommand extends Command {
// others like WebStorm 2019 will pass NODE_OPTIONS, and egg-bin itself will be debug, so could detect `process.env.JB_DEBUG_FILE`.
if (debugOptions || process.env.JB_DEBUG_FILE) {
// --no-timeouts
testArgv.timeout = false;
testArgv.timeouts = false;
testArgv.timeout = undefined;
}

// collect require
Expand Down

0 comments on commit fc1f55d

Please sign in to comment.