summaryrefslogtreecommitdiff
path: root/test/tests.json
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2019-01-22 09:22:04 -0500
committerJames E. King III <jking@apache.org>2019-01-23 09:24:32 -0500
commit98f379ece17c8acb6a91cb3fd5b16acc3f0d1698 (patch)
tree7e9e1dab116a99039549b61f491144450abfeaa8 /test/tests.json
parent0c93bb69032e7dd234a15efc75c19e9eecd27276 (diff)
downloadthrift-98f379ece17c8acb6a91cb3fd5b16acc3f0d1698.tar.gz
THRIFT-4746: changes for publishing java library to maven; fix java debug vs. release build with cmake
Diffstat (limited to 'test/tests.json')
-rw-r--r--test/tests.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/tests.json b/test/tests.json
index 3381a1faf..1d4ba66d1 100644
--- a/test/tests.json
+++ b/test/tests.json
@@ -562,7 +562,7 @@
{
"name": "dart",
"client": {
- "timeout": 15,
+ "timeout": 20,
"transports": [
"buffered",
"framed",
@@ -578,8 +578,9 @@
],
"command": [
"dart",
- "--enable-asserts",
- "test_client/bin/main.dart"
+ "--checked",
+ "test_client/bin/main.dart",
+ "--verbose"
]
},
"workdir": "dart"