Skip to content
Snippets Groups Projects
Verified Commit 9224438b authored by Steve Xuereb's avatar Steve Xuereb
Browse files

Use constant waiting for build container

parent eca7d9fe
No related branches found
No related tags found
Loading
Pipeline #32300849 passed with warnings
......@@ -56,7 +56,7 @@ func (s *commandExecutor) Connect() (terminalsession.Conn, error) {
// `gitlab-terminal` package. There are plans to improve this please take a
// look at https://gitlab.com/gitlab-org/gitlab-ce/issues/50384#proposal and
// https://gitlab.com/gitlab-org/gitlab-terminal/issues/4
containerID, err := s.watchForRunningBuildContainer(time.Now().Add(time.Second))
containerID, err := s.watchForRunningBuildContainer(time.Now().Add(waitForContainerTimeout))
if err != nil {
return nil, err
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment