Skip to content

Commit

Permalink
Remove extra timeout time
Browse files Browse the repository at this point in the history
  • Loading branch information
lucienlu-aws committed Mar 6, 2024
1 parent 8516388 commit 369cc2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/kcl/io_handler_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ function captureStream(stream) {
}

describe('io_handler_tests', function() {
this.timeout(5000);
var stdoutHook = null;
var stderrHook = null;
// Github workflows doesn't write to process.stdin for unknown reasons, so using a new Stream
Expand Down

0 comments on commit 369cc2c

Please sign in to comment.