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

@ -215,7 +215,7 @@ main(int argc, char* argv[])
}
average = average / NPROC / (1000 * 1000);
if(average < 1000) /* we asked for 1ms... we are dumb, after all */
if(average < 2000) /* we asked for 1ms... we are dumb, after all */
{
print("PASS\n");
exits("PASS");