Increse timeout in some tests

Summary: Increase test timeout to some tests to unblock CI.

Test Plan: watch how it runs.

Reviewers: kradhakrishnan, andrewkr, IslamAbdelRahman

Reviewed By: IslamAbdelRahman

Subscribers: IslamAbdelRahman, leveldb, andrewkr, dhruba

Differential Revision: https://reviews.facebook.net/D61263
main
sdong 8 years ago
parent 50b8d29b9c
commit 7efd9c25c4
  1. 6
      build_tools/rocksdb-lego-determinator

@ -153,10 +153,12 @@ UNIT_TEST_NON_SHM_COMMANDS="[
{ {
'name':'Rocksdb Unit Test', 'name':'Rocksdb Unit Test',
'oncall':'$ONCALL', 'oncall':'$ONCALL',
'timeout': 86400,
'steps': [ 'steps': [
$CLEANUP_ENV, $CLEANUP_ENV,
{ {
'name':'Build and test RocksDB debug version', 'name':'Build and test RocksDB debug version',
'timeout': 86400,
'shell':'$DEBUG make J=1 check', 'shell':'$DEBUG make J=1 check',
'user':'root', 'user':'root',
$PARSER $PARSER
@ -508,10 +510,12 @@ VALGRIND_TEST_COMMANDS="[
{ {
'name':'Rocksdb Unit Test under valgrind', 'name':'Rocksdb Unit Test under valgrind',
'oncall':'$ONCALL', 'oncall':'$ONCALL',
'timeout': 86400,
'steps': [ 'steps': [
$CLEANUP_ENV, $CLEANUP_ENV,
{ {
'name':'Run RocksDB debug unit tests', 'name':'Run RocksDB debug unit tests',
'timeout': 86400,
'shell':'$DISABLE_JEMALLOC $SHM $DEBUG make valgrind_check', 'shell':'$DISABLE_JEMALLOC $SHM $DEBUG make valgrind_check',
'user':'root', 'user':'root',
$PARSER $PARSER
@ -528,10 +532,12 @@ TSAN_UNIT_TEST_COMMANDS="[
{ {
'name':'Rocksdb Unit Test under TSAN', 'name':'Rocksdb Unit Test under TSAN',
'oncall':'$ONCALL', 'oncall':'$ONCALL',
'timeout': 86400,
'steps': [ 'steps': [
$CLEANUP_ENV, $CLEANUP_ENV,
{ {
'name':'Run RocksDB debug unit test', 'name':'Run RocksDB debug unit test',
'timeout': 86400,
'shell':'set -o pipefail && $SHM $DEBUG $TSAN make J=1 check', 'shell':'set -o pipefail && $SHM $DEBUG $TSAN make J=1 check',
'user':'root', 'user':'root',
$PARSER $PARSER

Loading…
Cancel
Save