Skip to content

Commit

Permalink
Merge #42089
Browse files Browse the repository at this point in the history
42089: roachtest: increase import/tpch/nodes=8 timeout r=lucy-zhang a=lucy-zhang

`import/tpch/nodes=8` was timing out during nightly roachtests, but the jobs
were almost done at 6 hours, so this PR increases the timeout further to 8
hours. This is meant to be temporary; investigation into why `IMPORT` is slower
is ongoing.

See #39113 (comment).

Release note: none

Co-authored-by: Lucy Zhang <[email protected]>
  • Loading branch information
craig[bot] and lucy-zhang committed Nov 1, 2019
2 parents 83fcaaa + a69528e commit c669035
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/cmd/roachtest/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ func registerImportTPCH(r *testRegistry) {
// is required to confirm this. Until then, the 4 and 32 node configurations
// are removed (4 is too slow and 32 is pretty expensive) while 8-node is
// given a 50% longer timeout (which running by hand suggests should be OK).
{8, 6 * time.Hour},
// (10/30/19) The timeout was increased again to 8 hours.
{8, 8 * time.Hour},
} {
item := item
r.Add(testSpec{
Expand Down

0 comments on commit c669035

Please sign in to comment.