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 14dbebe commit 8618d09Copy full SHA for 8618d09
packages/interface-compliance-tests/src/transport/index.ts
@@ -241,7 +241,7 @@ export default (common: TestSetup<TransportTestFixtures>): void => {
241
})
242
243
it('should handle many small writes', async function () {
244
- const timeout = 120_000
+ const timeout = 360_000
245
this.timeout(timeout);
246
({ dialer, listener, dialAddrs } = await getSetup(common))
247
0 commit comments