Skip to content

Commit

Permalink
CI: Increase IO sleeping time
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-griesbach committed Jan 15, 2025
1 parent 678d541 commit eb190eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 microseconds.
IO_SLEEP_TIME: 2
IO_SLEEP_TIME: 5

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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.
IO_SLEEP_TIME: 2
IO_SLEEP_TIME: 5

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_darwin.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.
IO_SLEEP_TIME: 2
IO_SLEEP_TIME: 5

jobs:
darwin:
Expand Down

0 comments on commit eb190eb

Please sign in to comment.