Skip to content

Commit cce91aa

Browse files
authored
Merge pull request #6 from BackendStack21/fixing-test-timing-issue
Increase timeout for circuit breaker E2E tests
2 parents 1b14200 + 8430f83 commit cce91aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/circuit-breaker.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ describe('Circuit Breaker E2E', () => {
171171
})
172172

173173
await gateway.listen()
174-
await new Promise((r) => setTimeout(r, 200))
174+
await new Promise((r) => setTimeout(r, 1000))
175175

176176
try {
177177
const response = await fetch(

0 commit comments

Comments
 (0)