feat: add support for test retries [sc-20570] #2149
Annotations
4 errors and 1 warning
packages/cli/e2e/__tests__/trigger.spec.ts#L30
thrown: "Exceeded timeout of 30000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
at e2e/__tests__/trigger.spec.ts:30:3
at Object.<anonymous> (e2e/__tests__/trigger.spec.ts:7:1)
|
packages/cli/e2e/__tests__/test.spec.ts#L19
expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: null
at Object.<anonymous> (e2e/__tests__/test.spec.ts:19:27)
|
packages/cli/e2e/__tests__/test.spec.ts#L102
thrown: "Exceeded timeout of 30000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
at e2e/__tests__/test.spec.ts:102:3
at Object.<anonymous> (e2e/__tests__/test.spec.ts:7:1)
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The logs for this run have expired and are no longer available.
Loading