X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fhello%2Fhello.c;h=03d07b675e8e99107ec12c78bd6a5de1f4ef9815;hb=193183fb924aef705f30358e54e7386a3a64c78d;hp=72a30d0996c9c51751492875e3061fd213921baa;hpb=381c0f1ef474e0ae8a96b3753470ca4bda45c764;p=lttng-ust.git diff --git a/tests/hello/hello.c b/tests/hello/hello.c index 72a30d09..03d07b67 100644 --- a/tests/hello/hello.c +++ b/tests/hello/hello.c @@ -74,7 +74,7 @@ int main(int argc, char **argv) printf("Hello, World!\n"); - sleep(1); + sleep(10); //for (i = 0; i < 50; i++) { for (i = 0; i < 1000000; i++) {