Skip to content

Commit 4e15cce

Browse files
committed
rng-tools: increase jitter timeout
1 parent a103f5a commit 4e15cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rng-tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
# Retry up to five times
102102
for i in {1..5}; do
103103
TEST_RES=0
104-
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GITHUB_WORKSPACE/build-dir/lib make check || TEST_RES=$?
104+
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GITHUB_WORKSPACE/build-dir/lib RNGD_JITTER_TIMEOUT=100 make check || TEST_RES=$?
105105
if [ "$TEST_RES" -eq "0" ]; then
106106
break
107107
fi

0 commit comments

Comments
 (0)