Skip to content

Commit

Permalink
Increase timeout for odo dev now that we are waiting for the applicat…
Browse files Browse the repository at this point in the history
…ion to be ready

Signed-off-by: Parthvi Vala <pvala@redhat.com>
  • Loading branch information
valaparthvi committed Apr 19, 2023
1 parent 80d80d9 commit 2d7cef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helper/helper_dev.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func StartDevMode(options DevSessionOpts) (devSession DevSession, out []byte, er
cmd.Cmd.Stderr = c.Tty()

session := cmd.AddEnv(options.EnvVars...).Runner().session
timeoutInSeconds := 360
timeoutInSeconds := 420
if options.TimeoutInSeconds != 0 {
timeoutInSeconds = options.TimeoutInSeconds
}
Expand Down

0 comments on commit 2d7cef9

Please sign in to comment.