Skip to content

Commit 1ef90f1

Browse files
tests: on_target: small fix shell test
Small fix. Signed-off-by: Giacomo Dematteis <giacomo.dematteis@nordicsemi.no>
1 parent fc93fd6 commit 1ef90f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/on_target/tests/test_functional/test_shell.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
logger = get_logger()
1414

15-
CLOUD_TIMEOUT = 60
15+
CLOUD_TIMEOUT = 60 * 3
1616

1717
def test_shell(dut_cloud, hex_file):
1818
'''
@@ -23,10 +23,10 @@ def test_shell(dut_cloud, hex_file):
2323

2424
patterns_boot = [
2525
"Connected to Cloud",
26-
"main: requesting_sensors_and_polling_entry: Next trigger in"
26+
"main: wait_for_trigger_entry: Next trigger in"
2727
]
2828
patterns_button_press = [
29-
"main: requesting_location_entry: requesting_location_entry",
29+
"main: sample_data_entry: sample_data_entry",
3030
]
3131
patterns_cloud_publish = [
3232
'Sending on payload channel: {"messageType":"DATA","appId":"donald","data":"duck"',

0 commit comments

Comments
 (0)