We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4162f24 + 4e15cce commit bbc3a72Copy full SHA for bbc3a72
.github/workflows/rng-tools.yml
@@ -101,7 +101,7 @@ jobs:
101
# Retry up to five times
102
for i in {1..5}; do
103
TEST_RES=0
104
- LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GITHUB_WORKSPACE/build-dir/lib make check || TEST_RES=$?
+ LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GITHUB_WORKSPACE/build-dir/lib RNGD_JITTER_TIMEOUT=100 make check || TEST_RES=$?
105
if [ "$TEST_RES" -eq "0" ]; then
106
break
107
fi
0 commit comments