Skip to content

Commit 6a52ff6

Browse files
committed
chore: swifty nifty slowy languagy
1 parent fe57681 commit 6a52ff6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/cts/testServer/timeout.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ export function assertValidTimeouts(expectedCount: number): void {
2828
case 'PHP':
2929
expect(state.duration[0] * 2).to.be.closeTo(state.duration[1], 200);
3030
break;
31+
case 'Swift':
32+
expect(state.duration[0]).to.be.closeTo(state.duration[1], 500);
33+
break;
3134
default:
3235
// the delay should be the same, because the `retryCount` is per host instead of global
3336
expect(state.duration[0]).to.be.closeTo(state.duration[1], 100);

0 commit comments

Comments
 (0)