Skip to content

Commit

Permalink
CI: Increase IO sleeping time for Autotools
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-griesbach committed Jan 16, 2025
1 parent bcf0a91 commit b35d283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
# Due to busy file system problems on the CI runners, we introduced a patch to
# sleep if the MPI count of an I/O operation is unexpectedly 0 and then retry
# the I/O operation once. The time is in milliseconds.
SC_IO_SLEEP_TIME: 5
SC_IO_SLEEP_TIME: 10

jobs:

Expand Down

0 comments on commit b35d283

Please sign in to comment.