Skip to content

Commit

Permalink
Ten seconds was way too much to wait here.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Sep 16, 2015
1 parent ecb5f6e commit aead083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testapp.c
Expand Up @@ -80,7 +80,7 @@ int main(int argc, char **argv)

STEAMSHIM_deinit();

sleep(10);
sleep(3);

printf("Child returning %d\n", retval);
return retval;
Expand Down

0 comments on commit aead083

Please sign in to comment.