kern: fix compilation warning; raise qa timeouts

This commit is contained in:
2020-02-17 01:07:15 +01:00
parent 7385e37b13
commit bb2a39cc74
21 changed files with 48 additions and 48 deletions

View File

@@ -197,7 +197,7 @@ main(int argc, char* argv[])
qunlock(&rl);
/* wait for ~1 sec */
do { sleep(100); } while(nsec() < end);
do { sleep(1000); } while(nsec() < end);
qlock(&l);
awakened = rwakeupall(&afterAWhile);