Skip to content

Commit

Permalink
adjustments, +2, longer sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Nov 3, 2024
1 parent 05cf5b4 commit 1562929
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 @@ -33602,7 +33602,7 @@ _startManyMicroservices(microService** svcs, int n, natsConnection *nc, microSer
allDone = (_arg)->microAllDone; \
natsMutex_Unlock((_arg)->m); \
testCond((NATS_OK == waitStatus) && allDone); \
nats_Sleep(1); \
nats_Sleep(5); \
}

#define _destroyMicroservice(_s) \
Expand Down

0 comments on commit 1562929

Please sign in to comment.