summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_testing_hello_world.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testing/test_testing_hello_world.c b/src/testing/test_testing_hello_world.c
index 82f537112..2ce7b547d 100644
--- a/src/testing/test_testing_hello_world.c
+++ b/src/testing/test_testing_hello_world.c
@@ -46,9 +46,11 @@ run (void *cls,
};
GNUNET_TESTING_run (is,
- commands);
+ commands,
+ GNUNET_TIME_UNIT_FOREVER_REL);
}
+
int
main (int argc,
char *const *argv)