Skip to content

Commit 74d6fd9

Browse files
author
Oliva Kar
committed
include sleep of 30
1 parent a4be9fa commit 74d6fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

device/tests/iothub_client_e2e.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ def run_e2e_device_client(iothub_service_client_messaging, iothub_device_method,
553553
empty_message = IoTHubMessage(MESSAGING_MESSAGE)
554554
# act
555555
sc_send_message(iothub_service_client_messaging, device_id, empty_message, testing_modules)
556-
time.sleep(60)
556+
time.sleep(30)
557557
MESSAGE_RECEIVE_EVENT.wait(CALLBACK_TIMEOUT)
558558

559559
# verify

0 commit comments

Comments
 (0)