Skip to content

Commit

Permalink
[TEST only] increased Test_KeyValueMirrorCrossDomains timeout value (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
levb authored May 1, 2024
1 parent fc59f48 commit 3296eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -32533,7 +32533,7 @@ test_KeyValueMirrorCrossDomains(void)
test("Check mirror syncs: ");
for (i=0; (ok != 2) && (i < 10); i++)
{
if (kvWatcher_Next(&e, w, 1000) == NATS_OK)
if (kvWatcher_Next(&e, w, 10000) == NATS_OK)
{
if (((strcmp(kvEntry_Key(e), "age") == 0) || (strcmp(kvEntry_Key(e), "name") == 0))
&& (kvEntry_Operation(e) == kvOp_Delete))
Expand Down

0 comments on commit 3296eb9

Please sign in to comment.