Skip to content

Commit 8618d09

Browse files
authored
chore: fix firefox tests (#3155)
1 parent 14dbebe commit 8618d09

File tree

1 file changed

+1
-1
lines changed
  • packages/interface-compliance-tests/src/transport

1 file changed

+1
-1
lines changed

packages/interface-compliance-tests/src/transport/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ export default (common: TestSetup<TransportTestFixtures>): void => {
241241
})
242242

243243
it('should handle many small writes', async function () {
244-
const timeout = 120_000
244+
const timeout = 360_000
245245
this.timeout(timeout);
246246
({ dialer, listener, dialAddrs } = await getSetup(common))
247247

0 commit comments

Comments
 (0)