Skip to content

Commit bcf89f7

Browse files
committed
crossversion: increase op timeout
1 parent 056234f commit bcf89f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

internal/metamorphic/crossversion/crossversion_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,10 @@ func (r *metamorphicTestRun) run(ctx context.Context, t *testing.T, output io.Wr
439439
// can find this run's artifacts, explicitly pass the intended dir.
440440
add("-dir", filepath.Join(r.dir, "_meta"))
441441

442+
// Crossversion tests run with high parallelism, so the chances of a timeout
443+
// are high. Increase the per-operation timeout.
444+
add("--op-timeout", "10m")
445+
442446
if r.initialState.path != "" {
443447
add("--initial-state-desc", r.initialState.desc)
444448
add("--initial-state", r.initialState.path)

0 commit comments

Comments
 (0)