Skip to content

Commit 36bac59

Browse files
mcmilktonyhutter
authored andcommitted
ZTS: increase timeout of mmap_sync_001_pos
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 openzfs#16537
1 parent e29e7a0 commit 36bac59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/zfs-tests/cmd/mmap_sync.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ main(int argc, char *argv[])
6464
run_time_mins = atoi(argv[1]);
6565
}
6666

67-
int max_msync_time_ms = 1000;
67+
int max_msync_time_ms = 2000;
6868
if (argc >= 3) {
6969
max_msync_time_ms = atoi(argv[2]);
7070
}

0 commit comments

Comments
 (0)