Skip to content

Commit

Permalink
Bump timeout to 2s in case 1s is not enough on Jenkins.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Mar 4, 2015
1 parent bb48a41 commit 8706662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/java_integration/utilities/jar_glob_spec.rb
Expand Up @@ -100,7 +100,7 @@ def jar_entries(full_entries)

lambda do
# Need to sleep a little bit to make sure that modified time is updated
sleep 1
sleep 2

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

0 comments on commit 8706662

Please sign in to comment.