Skip to content

Commit

Permalink
Update packages/fuels/test/features/dev-2.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
petertonysmith94 authored Jan 3, 2025
1 parent 33fed9c commit 1c068d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fuels/test/features/dev-2.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ describe('dev', () => {
// if it finishes before timeout, it means the process was killed successfully
await waitProcessEnd(fuelCorePid);
},
{ timeout: 60_000 }
{ timeout: 250_000 }
);
});

0 comments on commit 1c068d0

Please sign in to comment.