Skip to content

Commit

Permalink
test: use read-timeout directive
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed May 25, 2016
1 parent 7d7dfe1 commit 535838b
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion test/command/suite/dump/config/dump_configs_no.test
@@ -1,4 +1,4 @@
config_set key value

#@timeout 0.1
#@read-timeout 0.1
dump --dump_configs no
2 changes: 1 addition & 1 deletion test/command/suite/dump/schema/plugin/dump_plugins_no.test
@@ -1,4 +1,4 @@
plugin_register token_filters/stop_word

#@timeout 0.1
#@read-timeout 0.1
dump --dump_plugins no
@@ -1,5 +1,5 @@
table_create Tags TABLE_PAT_KEY ShortText \
--default_tokenizer TokenNonexistent

#@timeout 0.1
#@read-timeout 0.1
dump
@@ -1,5 +1,5 @@
table_create Terms TABLE_PAT_KEY ShortText \
--normalizer NormalizerNonexistent

#@timeout 0.1
#@read-timeout 0.1
dump
Expand Up @@ -3,5 +3,5 @@ column_create Names nick_name COLUMN_SCALAR Names

table_remove Names

#@timeout 0.1
#@read-timeout 0.1
dump
2 changes: 1 addition & 1 deletion test/command/suite/table_remove/array/with_columns.test
Expand Up @@ -5,5 +5,5 @@ dump

table_remove Users

#@timeout 0.1
#@read-timeout 0.1
dump
2 changes: 1 addition & 1 deletion test/command/suite/table_remove/array/without_columns.test
Expand Up @@ -4,5 +4,5 @@ dump

table_remove Names

#@timeout 0.1
#@read-timeout 0.1
dump
Expand Up @@ -3,5 +3,5 @@ column_create Names nick_name COLUMN_SCALAR Names

table_remove Names

#@timeout 0.1
#@read-timeout 0.1
dump
Expand Up @@ -5,5 +5,5 @@ dump

table_remove Users

#@timeout 0.1
#@read-timeout 0.1
dump
Expand Up @@ -4,5 +4,5 @@ dump

table_remove Names

#@timeout 0.1
#@read-timeout 0.1
dump
Expand Up @@ -3,5 +3,5 @@ column_create Names nick_name COLUMN_SCALAR Names

table_remove Names

#@timeout 0.1
#@read-timeout 0.1
dump
2 changes: 1 addition & 1 deletion test/command/suite/table_remove/hash/with_columns.test
Expand Up @@ -5,5 +5,5 @@ dump

table_remove Users

#@timeout 0.1
#@read-timeout 0.1
dump
2 changes: 1 addition & 1 deletion test/command/suite/table_remove/hash/without_columns.test
Expand Up @@ -4,5 +4,5 @@ dump

table_remove Names

#@timeout 0.1
#@read-timeout 0.1
dump
Expand Up @@ -3,5 +3,5 @@ column_create Names nick_name COLUMN_SCALAR Names

table_remove Names

#@timeout 0.1
#@read-timeout 0.1
dump
Expand Up @@ -5,5 +5,5 @@ dump

table_remove Users

#@timeout 0.1
#@read-timeout 0.1
dump
Expand Up @@ -4,5 +4,5 @@ dump

table_remove Names

#@timeout 0.1
#@read-timeout 0.1
dump

0 comments on commit 535838b

Please sign in to comment.