mirror of
https://github.com/espressif/openthread.git
synced 2026-09-06 17:20:09 +00:00
[github-actions] fix expects fail by chance (#5157)
This commit tries to reduce expects fails in GitHub actions: - wait_for only sends command when it's not empty - increases the default expect timeout from 1s to 3s.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
source "tests/scripts/expect/_common.exp"
|
||||
source "tests/scripts/expect/_multinode.exp"
|
||||
|
||||
set timeout 1
|
||||
set timeout 3
|
||||
setup_nodes
|
||||
|
||||
set spawn_id $spawn_1
|
||||
|
||||
Reference in New Issue
Block a user