ANDROID: selftests: incfs: Increase timeout in concurrent_reads_and_writes_test

Increase the default timeout value for concurrent_reads_and_writes_test
to avoid timeout valuse. With timeout value equal to 500ms the test
doesn't timeout on a VM and all functional tests pass.

Bug: 248081692

Signed-off-by: Tadeusz Struk <tadeusz.struk@linaro.org>
Change-Id: I04225cf3c007ed250a29b8d35b6056f97a4957dc
This commit is contained in:
Tadeusz Struk
2022-09-21 12:49:11 -07:00
committed by Treehugger Robot
parent bba227bfd0
commit 0e0c25fffd

View File

@@ -1484,7 +1484,7 @@ static int concurrent_reads_and_writes_test(const char *mount_dir)
goto failure;
/* Mount FS and release the backing file. */
if (mount_fs(mount_dir, backing_dir, 50) != 0)
if (mount_fs(mount_dir, backing_dir, 500) != 0)
goto failure;
free(backing_dir);