Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed May 13, 2024
1 parent ab4f699 commit 66d63db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/TestIM.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def test_22_removeresource(self):
msg="ERROR unexpected state. Expected 'running' and obtained " + vm_state)

all_configured = self.wait_inf_state(
self.inf_id, VirtualMachine.CONFIGURED, 1200)
self.inf_id, VirtualMachine.CONFIGURED, 1800)
self.assertTrue(
all_configured, msg="ERROR waiting the infrastructure to be configured (timeout).")

Expand Down

0 comments on commit 66d63db

Please sign in to comment.