| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 564e477 commit d3bac60
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -41,7 +41,7 @@ function runTest(timeoutDuration) { | |||
| 41 | 41 | const interval = setInterval(() => { | |
| 42 | 42 | intervalWasInvoked = true; | |
| 43 | 43 | req.write('a'); | |
| 44 | - }, common.platformTimeout(25)); | ||
| 44 | + }, 25); | ||
| 45 | 45 | setTimeout(() => { | |
| 46 | 46 | clearInterval(interval); | |
| 47 | 47 | req.end(); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments