summaryrefslogtreecommitdiff
path: root/tests/spapr-phb-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spapr-phb-test.c')
-rw-r--r--tests/spapr-phb-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spapr-phb-test.c b/tests/spapr-phb-test.c
index 21004a76ec..d3522ea093 100644
--- a/tests/spapr-phb-test.c
+++ b/tests/spapr-phb-test.c
@@ -25,7 +25,7 @@ int main(int argc, char **argv)
g_test_init(&argc, &argv, NULL);
qtest_add_func("/spapr-phb/device", test_phb_device);
- qtest_start("-device " TYPE_SPAPR_PCI_HOST_BRIDGE ",index=100");
+ qtest_start("-device " TYPE_SPAPR_PCI_HOST_BRIDGE ",index=30");
ret = g_test_run();