Skip to content

Commit

Permalink
ZTS: increase timeout of mmap_sync_001_pos
Browse files Browse the repository at this point in the history
On load the test needs sometimes a bit more time then just one second.
Doubling the time will help on the QEMU based testings.

Reviewed by: Brian Behlendorf <[email protected]>
Reviewed-by: Tony Hutter <[email protected]>
Signed-off-by: Tino Reichardt <[email protected]>
Closes #16537
  • Loading branch information
mcmilk authored and behlendorf committed Sep 17, 2024
1 parent 5cb3e28 commit c4d1a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/zfs-tests/cmd/mmap_sync.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ main(int argc, char *argv[])
run_time_mins = atoi(argv[1]);
}

int max_msync_time_ms = 1000;
int max_msync_time_ms = 2000;
if (argc >= 3) {
max_msync_time_ms = atoi(argv[2]);
}
Expand Down

0 comments on commit c4d1a19

Please sign in to comment.