Skip to content

Commit

Permalink
Fix CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
hidakatsuya committed Aug 13, 2024
1 parent ffa8f76 commit e7c0190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/integration_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def docker_launch
try = 0
while `docker inspect -f {{.State.Running}} #{container_name}`.strip != "true"
raise "Failed to start container" if try > 10
tty += 1
try += 1
sleep 1
end
end
Expand Down

0 comments on commit e7c0190

Please sign in to comment.