[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [Qemu-devel] [PATCH 1/7] tests/prom-env-test: increase the te
From: |
Marcel Apfelbaum |
Subject: |
[Qemu-ppc] [Qemu-devel] [PATCH 1/7] tests/prom-env-test: increase the test timeout |
Date: |
Thu, 14 Jul 2016 16:43:40 +0300 |
On a slower machine the test can take more than 30 seconds.
Increase the timeout to 100 seconds.
Signed-off-by: Marcel Apfelbaum <address@hidden>
---
tests/prom-env-test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/prom-env-test.c b/tests/prom-env-test.c
index 6df57d2..7a62857 100644
--- a/tests/prom-env-test.c
+++ b/tests/prom-env-test.c
@@ -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;
--
2.4.3
- [Qemu-ppc] [Qemu-devel] [PATCH 0/7] hw/pci-bus: Fix PCI bus regression on several archs, Marcel Apfelbaum, 2016/07/14
- [Qemu-ppc] [Qemu-devel] [PATCH 1/7] tests/prom-env-test: increase the test timeout,
Marcel Apfelbaum <=
- [Qemu-ppc] [Qemu-devel] [PATCH 2/7] hw/alpha: fix PCI bus initialization, Marcel Apfelbaum, 2016/07/14
- [Qemu-ppc] [Qemu-devel] [PATCH 3/7] hw/mips: fix PCI bus initialization, Marcel Apfelbaum, 2016/07/14
- [Qemu-ppc] [Qemu-devel] [PATCH 4/7] hw/apb: fix PCI bus initialization, Marcel Apfelbaum, 2016/07/14
- [Qemu-ppc] [Qemu-devel] [PATCH 5/7] hw/grackle: fix PCI bus initialization, Marcel Apfelbaum, 2016/07/14
- [Qemu-ppc] [Qemu-devel] [PATCH 6/7] hw/prep: realize the PCI root bus as part of the prep init, Marcel Apfelbaum, 2016/07/14
- [Qemu-ppc] [Qemu-devel] [PATCH 7/7] hw/versatile: realize the PCI root bus as part of the versatile init, Marcel Apfelbaum, 2016/07/14