Skip to content

Commit db54688

Browse files
committed
test(sharness): PARALLEL=1 and timeout 30m
running sequentially to see where timeout occurs
1 parent ac3e2c7 commit db54688

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sharness.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
sharness-test:
1818
if: github.repository == 'ipfs/kubo' || github.event_name == 'workflow_dispatch'
1919
runs-on: ${{ fromJSON(github.repository == 'ipfs/kubo' && '["self-hosted", "linux", "x64", "4xlarge"]' || '"ubuntu-latest"') }}
20-
timeout-minutes: ${{ github.repository == 'ipfs/kubo' && 15 || 60 }}
20+
timeout-minutes: 30 # TODO: restore ${{ github.repository == 'ipfs/kubo' && 15 || 60 }}
2121
defaults:
2222
run:
2323
shell: bash
@@ -53,7 +53,7 @@ jobs:
5353
IPFS_CHECK_RCMGR_DEFAULTS: 1
5454
CONTINUE_ON_S_FAILURE: 1
5555
# increasing parallelism beyond 10 doesn't speed up the tests much
56-
PARALLEL: ${{ github.repository == 'ipfs/kubo' && 10 || 3 }}
56+
PARALLEL: 1 # TODO: restore ${{ github.repository == 'ipfs/kubo' && 10 || 3 }}
5757
- name: Upload coverage report
5858
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
5959
if: failure() || success()

0 commit comments

Comments
 (0)