| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent cba75c5 commit 6a9654a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -861,7 +861,7 @@ function event(ee, expected) { | |||
| 861 | 861 | const data = inspect(expected, { compact: false }); | |
| 862 | 862 | const msg = `The REPL did not reply as expected for:\n\n${data}`; | |
| 863 | 863 | reject(new Error(msg)); | |
| 864 | - }, common.platformTimeout(500)); | ||
| 864 | + }, common.platformTimeout(1000)); | ||
| 865 | 865 | ee.once('data', common.mustCall((...args) => { | |
| 866 | 866 | clearTimeout(timeout); | |
| 867 | 867 | resolve(...args); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments