Skip to content

Commit a6d7a74

Browse files
committed
fix(tests): try to scale "cmd" if "web" process type fails
1 parent 3c47dfa commit a6d7a74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/vagrant_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ sleep 6 && curl -s http://testing.{{.HostName}} | grep -q 'Powered by Deis'
101101
`},
102102
// Scale the app's web containers up to 3.
103103
{"{{.ExampleApp}}", `
104-
deis scale web=3
104+
deis scale web=3 || deis scale cmd=3
105105
`},
106106
// Test that the app's URL responds with "Powered by Deis".
107107
{"{{.ExampleApp}}", `

0 commit comments

Comments
 (0)