Increase dump wait time.
Resolves openbmc/openbmc-test-automation#1016
Change-Id: Ib6e7e4733ce7f02188d531a5158bd3ac8974ae63
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
diff --git a/lib/dump_utils.robot b/lib/dump_utils.robot
index e233898..de187d3 100644
--- a/lib/dump_utils.robot
+++ b/lib/dump_utils.robot
@@ -18,7 +18,7 @@
${json}= To JSON ${resp.content}
${dump_id}= Set Variable ${json["data"]}
- Wait Until Keyword Succeeds 1 min 10 sec Check Dump Existence
+ Wait Until Keyword Succeeds 3 min 15 sec Check Dump Existence
... ${dump_id}
[Return] ${dump_id}
diff --git a/tests/test_bmc_dump.robot b/tests/test_bmc_dump.robot
index 0d713fe..d4f9685 100644
--- a/tests/test_bmc_dump.robot
+++ b/tests/test_bmc_dump.robot
@@ -92,7 +92,7 @@
:FOR ${INDEX} IN RANGE 1 5
\ ${dump_id}= Create User Initiated Dump
- \ Wait Until Keyword Succeeds 1 min 10 sec
+ \ Wait Until Keyword Succeeds 3 min 15 sec
... Check Dump Existence ${dump_id}
\ Delete BMC Dump ${dump_id}