Skip to content

Commit 3296eb9

Browse files
authored
[TEST only] increased Test_KeyValueMirrorCrossDomains timeout value (#753)
1 parent fc59f48 commit 3296eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32533,7 +32533,7 @@ test_KeyValueMirrorCrossDomains(void)
3253332533
test("Check mirror syncs: ");
3253432534
for (i=0; (ok != 2) && (i < 10); i++)
3253532535
{
32536-
if (kvWatcher_Next(&e, w, 1000) == NATS_OK)
32536+
if (kvWatcher_Next(&e, w, 10000) == NATS_OK)
3253732537
{
3253832538
if (((strcmp(kvEntry_Key(e), "age") == 0) || (strcmp(kvEntry_Key(e), "name") == 0))
3253932539
&& (kvEntry_Operation(e) == kvOp_Delete))

0 commit comments

Comments
 (0)