We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f957fb5 commit c57160dCopy full SHA for c57160d
scripts/cts/testServer/timeout.ts
@@ -34,7 +34,7 @@ export function assertValidTimeouts(expectedCount: number): void {
34
switch (lang) {
35
case 'csharp':
36
case 'swift':
37
- // csharp and swift clocks are worse than my childhood mickey mouse watch
+ // csharp and swift clocks are worse than my childhood mickey mouse watch
38
expect(state.duration[3 * i]).to.be.closeTo(state.duration[3 * i + 1], 800);
39
break;
40
case 'javascript':
0 commit comments