Searched refs:TIMEOUT (Results 1 – 10 of 10) sorted by relevance
/openthread-3.4.0/tests/toranj/ncp/ |
D | test-035-child-timeout-large-data-poll.py | 62 TIMEOUT = 5 # Child timeout in seconds variable 64 child.set(wpan.WPAN_THREAD_CHILD_TIMEOUT, str(TIMEOUT)) 66 child.set(wpan.WPAN_POLL_INTERVAL, str(5 * TIMEOUT * 1000)) 72 time.sleep(TIMEOUT * 1.1 / speedup)
|
/openthread-3.4.0/tests/scripts/thread-cert/ |
D | test_coap_block.py | 104 except (AssertionError, pexpect.exceptions.TIMEOUT): 115 except (AssertionError, pexpect.exceptions.TIMEOUT): 126 except (AssertionError, pexpect.exceptions.TIMEOUT):
|
D | test_coap_observe.py | 112 except pexpect.exceptions.TIMEOUT: 126 except (AssertionError, pexpect.exceptions.TIMEOUT): 137 except (AssertionError, pexpect.exceptions.TIMEOUT):
|
D | v1_2_test_enhanced_frame_pending.py | 98 with self.assertRaises(pexpect.TIMEOUT):
|
D | v1_2_LowPower_6_1_07_PreferringARouterOverAReed.py | 154 …lvType.LINK_LAYER_FRAME_COUNTER, TlvType.MODE, TlvType.RESPONSE, TlvType.TIMEOUT, TlvType.TLV_REQU…
|
D | node.py | 192 except pexpect.TIMEOUT: 636 except pexpect.TIMEOUT: 765 except pexpect.TIMEOUT: 970 except (pexpect.TIMEOUT, socket.timeout): 2496 except (pexpect.TIMEOUT, socket.timeout): 2525 except pexpect.TIMEOUT:
|
D | config.py | 261 mle.TlvType.TIMEOUT: mle.TimeoutFactory(),
|
D | mle.py | 70 TIMEOUT = 2 variable in TlvType
|
/openthread-3.4.0/tools/harness-simulation/posix/sniffer_sim/ |
D | sniffer.py | 62 TIMEOUT = 0.1 variable in SnifferServicer 130 data, nodeid = self._transport.recv(self.RECV_BUFFER_SIZE, self.TIMEOUT) 153 time.sleep(self.TIMEOUT)
|
/openthread-3.4.0/tools/harness-automation/autothreadharness/ |
D | harness_case.py | 157 timeout = hasattr(settings, 'TIMEOUT') and settings.TIMEOUT or DEFAULT_TIMEOUT
|