Skip to content

Commit 4559ea2

Browse files
authored
Merge pull request #902 from supercaracal/fix-low-timeout-for-ci
Increase timeout value for unstable test cases which use blocking command with JRuby.
2 parents 67a59b4 + 940b4df commit 4559ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
env:
7474
VERBOSE: true
7575
TIMEOUT: 30
76-
LOW_TIMEOUT: 0.03
76+
LOW_TIMEOUT: 0.07
7777
DRIVER: ${{ matrix.driver }}
7878
REDIS_BRANCH: ${{ matrix.redis }}
7979
steps:

0 commit comments

Comments
 (0)