summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-03-06 14:03:36 +0100
committerChristian Grothoff <christian@grothoff.org>2021-03-06 14:03:36 +0100
commit901c07d786144b095cc4805be1336312f7835438 (patch)
tree1c047cced286326b66c55aa972454c553e4cc5e6 /src/testing
parent2925310d67483aca6e055e1ce0593c6463cd6c72 (diff)
revisit testing-NG header
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)