Skip to content

Commit 43736f2

Browse files
committed
延长 CI 连接服务时长
Change-Id: Ib545f168ee3eb7fb131e8e016a617566c30783fd
1 parent a0e734f commit 43736f2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

explorer/sample/gateway/product_1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def wait_for_reply():
104104
if reply is True:
105105
reply = False
106106
return 0
107-
time.sleep(0.2)
107+
time.sleep(0.5)
108108
cnt += 1
109109
return -1
110110

explorer/sample/gateway/product_2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def wait_for_reply():
101101
if reply is True:
102102
reply = False
103103
return 0
104-
time.sleep(0.2)
104+
time.sleep(0.5)
105105
cnt += 1
106106
return -1
107107

hub/hub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ def getNtpAccurateTime(self):
690690
self.__ntptime._ntp_recv_timestamp - self.__ntptime._ntp_send_timestamp) / 2
691691
break
692692
pass
693-
time.sleep(0.2)
693+
time.sleep(0.5)
694694
cnt += 1
695695

696696
self.unsubscribe(sys_topic_sub)

hub/sample/shadow/example_shadow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def wait_for_reply():
5858
if reply is True:
5959
reply = False
6060
return 0
61-
time.sleep(0.2)
61+
time.sleep(0.5)
6262
cnt += 1
6363
return -1
6464

0 commit comments

Comments
 (0)