aboutsummaryrefslogtreecommitdiff
path: root/src/pt/test_gns_vpn.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-28 13:39:31 +0000
committerChristian Grothoff <christian@grothoff.org>2015-05-28 13:39:31 +0000
commitff3cd09b02c06f9ac844bc1d0fd1bf525c565308 (patch)
treea76dd98ca84d918a0e6989cb1cf05eba32742b12 /src/pt/test_gns_vpn.c
parent8677cba802a0616f73fd16efe7ecd89752fb442e (diff)
downloadgnunet-ff3cd09b02c06f9ac844bc1d0fd1bf525c565308.tar.gz
gnunet-ff3cd09b02c06f9ac844bc1d0fd1bf525c565308.zip
-delay HTTP request 1s to ensure VPN is really up
Diffstat (limited to 'src/pt/test_gns_vpn.c')
-rw-r--r--src/pt/test_gns_vpn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pt/test_gns_vpn.c b/src/pt/test_gns_vpn.c
index e030842b5..40c32d27a 100644
--- a/src/pt/test_gns_vpn.c
+++ b/src/pt/test_gns_vpn.c
@@ -322,7 +322,7 @@ commence_testing (void *cls,
322 } 322 }
323 /* wait a little bit before downloading, as we just created the record */ 323 /* wait a little bit before downloading, as we just created the record */
324 GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply 324 GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply
325 (GNUNET_TIME_UNIT_SECONDS, 5), 325 (GNUNET_TIME_UNIT_SECONDS, 1),
326 &start_curl, 326 &start_curl,
327 NULL); 327 NULL);
328} 328}