We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2dee55 commit 00cffd0Copy full SHA for 00cffd0
test/tests.ts
@@ -22,8 +22,6 @@ async function runPingLoop() {
22
if (difference > 1000) {
23
console.log('HTTP bin container response time:', endTime - startTime, 'ms');
24
}
25
-
26
- await wait(100);
27
28
29
0 commit comments