Skip to content

Commit

Permalink
CI: increase overall test timeouts for all OnlineDDL tests (#12584)
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <[email protected]>
  • Loading branch information
shlomi-noach authored Mar 9, 2023
1 parent 6b42b3e commit cbca36c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
},
"onlineddl_ghost": {
"File": "unused.go",
"Args": ["vitess.io/vitess/go/test/endtoend/onlineddl/ghost"],
"Args": ["vitess.io/vitess/go/test/endtoend/onlineddl/ghost", "-timeout", "30m"],
"Command": [],
"Manual": false,
"Shard": "onlineddl_ghost",
Expand All @@ -261,7 +261,7 @@
},
"onlineddl_vrepl": {
"File": "unused.go",
"Args": ["vitess.io/vitess/go/test/endtoend/onlineddl/vrepl"],
"Args": ["vitess.io/vitess/go/test/endtoend/onlineddl/vrepl", "-timeout", "30m"],
"Command": [],
"Manual": false,
"Shard": "onlineddl_vrepl",
Expand Down Expand Up @@ -297,7 +297,7 @@
},
"onlineddl_revert": {
"File": "unused.go",
"Args": ["vitess.io/vitess/go/test/endtoend/onlineddl/revert", "-timeout", "20m"],
"Args": ["vitess.io/vitess/go/test/endtoend/onlineddl/revert", "-timeout", "30m"],
"Command": [],
"Manual": false,
"Shard": "onlineddl_revert",
Expand All @@ -306,7 +306,7 @@
},
"onlineddl_scheduler": {
"File": "unused.go",
"Args": ["vitess.io/vitess/go/test/endtoend/onlineddl/scheduler", "-timeout", "20m"],
"Args": ["vitess.io/vitess/go/test/endtoend/onlineddl/scheduler", "-timeout", "30m"],
"Command": [],
"Manual": false,
"Shard": "onlineddl_scheduler",
Expand All @@ -315,7 +315,7 @@
},
"schemadiff_vrepl": {
"File": "unused.go",
"Args": ["vitess.io/vitess/go/test/endtoend/schemadiff/vrepl"],
"Args": ["vitess.io/vitess/go/test/endtoend/schemadiff/vrepl", "-timeout", "30m"],
"Command": [],
"Manual": false,
"Shard": "schemadiff_vrepl",
Expand Down

0 comments on commit cbca36c

Please sign in to comment.