Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed May 14, 2024
1 parent 3f53c4d commit 312f657
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 @@ -698,7 +698,7 @@ def test_90_create(self):
self.__class__.inf_id = [inf_id]

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

Expand Down

0 comments on commit 312f657

Please sign in to comment.