| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4602e01 commit 665a35d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -33,8 +33,8 @@ server.listen(options.port, options.host, function() { | |||
| 33 | 33 | setTimeout(function() { | |
| 34 | 34 | req.destroy(); | |
| 35 | 35 | assert.equal(timeout_events, 1); | |
| 36 | - }, 100); | ||
| 36 | + }, common.platformTimeout(100)); | ||
| 37 | 37 | setTimeout(function() { | |
| 38 | 38 | req.end(); | |
| 39 | - }, 50); | ||
| 39 | + }, common.platformTimeout(50)); | ||
| 40 | 40 | }); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments