aboutsummaryrefslogtreecommitdiff
path: root/src/pt/test_gns_vpn.c
diff options
context:
space:
mode:
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}