From b35d2837bddf29bac989203b46b03aef44eb7bbd Mon Sep 17 00:00:00 2001 From: Tim Griesbach Date: Thu, 16 Jan 2025 16:10:28 +0100 Subject: [PATCH] CI: Increase IO sleeping time for Autotools --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da674971..2f13c901 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: