Skip to content

Commit 8706662

Browse files
committed
Bump timeout to 2s in case 1s is not enough on Jenkins.
1 parent bb48a41 commit 8706662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/java_integration/utilities/jar_glob_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def jar_entries(full_entries)
100100

101101
lambda do
102102
# Need to sleep a little bit to make sure that modified time is updated
103-
sleep 1
103+
sleep 2
104104

105105
# This should delete the /glob_target and /glob_target/bar.txt entries
106106
`zip -d #{jar_path} glob_target/bar.txt`

0 commit comments

Comments
 (0)