Skip to content

Commit

Permalink
try increasing timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
liss-h committed Nov 29, 2024
1 parent deb63f2 commit 3f489d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ jobs:
id: run-tests
shell: bash
working-directory: build
run: ctest --verbose --parallel $(nproc) --exclude-regex "(tests_RawHypertrieContext_systematic)|(tests_RawHypertrieContext_systematic_metall)|(tests_RawHypertrieContext_randomized_abort)|(tests_HypertrieContext_systematic_metall)|(tests_Einsum_metall)"
run: ctest --timeout 3000 --parallel $(nproc) --exclude-regex "(tests_RawHypertrieContext_systematic)|(tests_RawHypertrieContext_systematic_metall)|(tests_RawHypertrieContext_randomized_abort)|(tests_HypertrieContext_systematic_metall)|(tests_Einsum_metall)"

0 comments on commit 3f489d7

Please sign in to comment.