Skip to content

Commit

Permalink
Increase timeout for deployment of two nginx apps
Browse files Browse the repository at this point in the history
10 minutes is sometimes not enough with ZFS and slower runner.

Signed-off-by: Milan Lenco <milan@zededa.com>
  • Loading branch information
milan-zededa authored and uncleDecart committed Jun 28, 2024
1 parent 756b550 commit ce7f17c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/app/testdata/2dockers_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ eden -t 1m pod deploy -p 8028:80 docker://nginx -n t2 --memory 512MB
stdout 'deploy pod t2 with docker://nginx request sent'

# Wait for run
test eden.app.test -test.v -timewait 10m RUNNING t1 t2
test eden.app.test -test.v -timewait 15m RUNNING t1 t2

# Dockers detecting
eden -t 1m pod ps
Expand Down
2 changes: 1 addition & 1 deletion tests/registry/testdata/registry_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ eden -t 1m pod deploy -p 8028:80 --registry=local docker://nginx -n t2
stdout 'deploy pod t2 with docker://nginx request sent'

# Wait for run
test eden.app.test -test.v -timewait 10m RUNNING t1 t2
test eden.app.test -test.v -timewait 15m RUNNING t1 t2

# Dockers detecting
eden -t 1m pod ps
Expand Down

0 comments on commit ce7f17c

Please sign in to comment.