diff options
author | bartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-10-21 09:22:52 +0000 |
---|---|---|
committer | bartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-10-21 09:22:52 +0000 |
commit | 931b2091930d69294898cafcd2c545e57eda7767 (patch) | |
tree | 65d56bbe2cfa8f8ec8650f5a6bcd2ba1b66bf79a /src/mesh/test_mesh_small.conf | |
parent | 690c95a60e08f8e246e7cdfff82e3ceec5807f7d (diff) |
Wait more to complete tests on slower machines
git-svn-id: https://gnunet.org/svn/gnunet@17651 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/mesh/test_mesh_small.conf')
-rw-r--r-- | src/mesh/test_mesh_small.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesh/test_mesh_small.conf b/src/mesh/test_mesh_small.conf index 90bae9ab25..f98dca7dc3 100644 --- a/src/mesh/test_mesh_small.conf +++ b/src/mesh/test_mesh_small.conf @@ -40,8 +40,8 @@ INTERNAL_ADDRESS = 127.0.0.1 EXTERNAL_ADDRESS = 127.0.0.1 [core] -TOTAL_QUOTA_IN = 4000000 -TOTAL_QUOTA_OUT = 4000000 +TOTAL_QUOTA_IN = 99111999 +TOTAL_QUOTA_OUT = 99111999 AUTOSTART = YES PORT = 10003 @@ -85,6 +85,6 @@ MAX_OUTSTANDING_CONNECTIONS = 75 DELETE_FILES = YES [test_mesh_small] -WAIT_TIME = 90 +WAIT_TIME = 300 CONNECTION_LIMIT = 16 DATA_OUTPUT_FILE=data_output |