Skip to content

Commit

Permalink
Increase upgrade test timeout for now
Browse files Browse the repository at this point in the history
  • Loading branch information
smarterclayton committed Apr 25, 2019
1 parent adc773e commit 2863cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/openshift-tests/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var upgradeSuites = []*ginkgo.TestSuite{
Matches: func(name string) bool { return strings.Contains(name, "[Feature:ClusterUpgrade]") },

Init: func() error { return filterUpgrade(upgrade.AllTests(), func(name string) bool { return true }) },
TestTimeout: 60 * time.Minute,
TestTimeout: 120 * time.Minute,
},
}

Expand Down

0 comments on commit 2863cbf

Please sign in to comment.