Skip to content

Commit b6bad48

Browse files
committed
ci: increase wait time from 5s to 10s
1 parent 99444cc commit b6bad48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ task :test do
4646
'--name html2rss-web-test',
4747
'gilcreator/html2rss-web'].join(' ')
4848

49-
Output.wait 5, message: 'Waiting for container to start:'
49+
Output.wait 10, message: 'Waiting for container to start:'
5050

5151
Output.describe 'Listing docker containers matching html2rss-web-test filter'
5252
sh 'docker ps -a --filter name=html2rss-web-test'

0 commit comments

Comments
 (0)