| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4ee2117 commit 8e1ab55
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,7 @@ const http = require('http'); | |||
| 7 | 7 | ||
| 8 | 8 | const durationBetweenIntervals = []; | |
| 9 | 9 | let timeoutTooShort = false; | |
| 10 | - const TIMEOUT = common.platformTimeout(200); | ||
| 10 | + const TIMEOUT = common.platformTimeout(1000); | ||
| 11 | 11 | const INTERVAL = Math.floor(TIMEOUT / 8); | |
| 12 | 12 | ||
| 13 | 13 | runTest(TIMEOUT); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments