tests/prom-env-test: increase the test timeout
On a slower machine the test can take more than 30 seconds. Increase the timeout to 100 seconds. Signed-off-by: Marcel Apfelbaum <marcel@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
This commit is contained in:
parent
cdcab9d941
commit
eaf8d91cd7
@ -30,7 +30,7 @@ static void check_guest_memory(void)
|
||||
int i;
|
||||
|
||||
/* Poll until code has run and modified memory. Wait at most 30 seconds */
|
||||
for (i = 0; i < 3000; ++i) {
|
||||
for (i = 0; i < 10000; ++i) {
|
||||
signature = readl(ADDRESS);
|
||||
if (signature == MAGIC) {
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user