You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯ FAIL packages/fuel-gauge/src/contract-factory.test.ts > Contract Factory > deploys large contracts via blobs and awaits transaction idError: Test timed out in 5000ms.If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯ Test Files 1 failed | 376 passed (377) Tests 1 failed | 2196 passed | 4 skipped (2201) Start at 00:34:58 Duration 178.41s (transform 77.37s, setup 135ms, collect 1108.61s, tests 975.44s, environment 337ms, prepare 273.12s) ELIFECYCLE Command failed with exit code 1.Error: Process completed with exit code 1.
The text was updated successfully, but these errors were encountered:
Note
Incoming from:
launchNode
This PR increased it from
5000
to10000
, but it wasn't enough:We can try with
15000
, and also add it to the failing test specifically instead of the whole suite / describe block.contract-factory
The text was updated successfully, but these errors were encountered: