Skip to content

Commit 55fc7a8

Browse files
committed
Test timeout 🤔
1 parent 93a3204 commit 55fc7a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎packages/nextjs/test/integration/test/server/tracingHttp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module.exports = async ({ url: urlBase, argv }) => {
4141
);
4242

4343
await getAsync(url);
44-
await sleep(250);
44+
await sleep(1250);
4545

4646
assert.ok(capturedRequest.isDone(), 'Did not intercept expected request');
4747
};

0 commit comments

Comments
 (0)