diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-07-08 10:58:56 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-07-08 10:58:56 +0000 |
commit | f2e1a736377f59b2f7f12b0dcfc8c73e6e80e897 (patch) | |
tree | 96177dab2e137f625b2b60b97890716b0d2a0471 /src/nat/test_nat_mini.c | |
parent | 95d933d6e52f1c8d8dda1f6e1d8e8f8dc03d3c17 (diff) |
apifix
Diffstat (limited to 'src/nat/test_nat_mini.c')
-rw-r--r-- | src/nat/test_nat_mini.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/nat/test_nat_mini.c b/src/nat/test_nat_mini.c index 57abca3d0c..4e708c4132 100644 --- a/src/nat/test_nat_mini.c +++ b/src/nat/test_nat_mini.c @@ -38,13 +38,8 @@ #define VERBOSE GNUNET_YES - /* Time to wait before stopping NAT, in seconds */ -#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60) - - - - +#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5) /** * Function called on each address that the NAT service |