Skip to content

Commit b9fbf51

Browse files
cvinayakkartben
authored andcommitted
tests: Bluetooth: Mesh: Increase subnet bridge ivu test time
Commit increases IV index update testing time for subnet bridge. Due to change in startup time for external crystal, test time expires earlier than test scenario reaches end. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent 1f1dfa5 commit b9fbf51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bsim/bluetooth/mesh/src/test_brg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
LOG_MODULE_REGISTER(test_brg, LOG_LEVEL_INF);
1919

2020
#define WAIT_TIME 32 /*seconds*/
21-
#define WAIT_TIME_IVU_TEST 240 /* seconds */
21+
#define WAIT_TIME_IVU_TEST 250 /* seconds */
2222
#define BEACON_INTERVAL 10 /*seconds */
2323

2424
#define PROV_ADDR 0x0001

0 commit comments

Comments
 (0)