Skip to content

Commit

Permalink
test(e2e): wait longer for unbundling
Browse files Browse the repository at this point in the history
  • Loading branch information
djwhitt committed Jan 30, 2025
1 parent 6ab2999 commit cb92820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/end-to-end/data.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ describe('X-AR-IO-Root-Transaction-Id header', function () {
);

// hopefully enough time to unbundle it
await wait(15000);
await wait(30000);
});

after(async function () {
Expand Down

0 comments on commit cb92820

Please sign in to comment.