mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 20:21:04 +00:00
Examples/lwip: sntp example - Make SNTP server configurable
Also updates NTP example test to allow more attempts
This commit is contained in:
@@ -15,7 +15,7 @@ def test_examples_sntp(env, extra_data):
|
||||
|
||||
dut.expect_all('Time is not set yet. Connecting to WiFi and getting time over NTP.',
|
||||
'Initializing SNTP',
|
||||
'Waiting for system time to be set... (1/10)',
|
||||
re.compile(r'Waiting for system time to be set... \(\d+/\d+\)'),
|
||||
'Notification of a time synchronization event',
|
||||
timeout=60)
|
||||
|
||||
|
Reference in New Issue
Block a user