Skip to content

Commit 676c2d2

Browse files
committed
test: increase OIC discovery timeout
1 parent 92bdd56 commit 676c2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/oic/selftest/src/testcases/oic_tests.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/*
2626
* How long to wait before declaring discovery process failure.
2727
*/
28-
#define OIC_TEST_FAIL_DLY (OS_TICKS_PER_SEC * 4)
28+
#define OIC_TEST_FAIL_DLY (OS_TICKS_PER_SEC * 8)
2929

3030
static const char *oic_test_phase;
3131
static struct os_callout oic_test_timer;

0 commit comments

Comments
 (0)