Skip to content

Commit 1a91364

Browse files
committed
test UPDATE more accurate test iterations
1 parent 94b9b66 commit 1a91364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_apply_changes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8428,7 +8428,7 @@ subscribe_change_enabled_race_thread(void *arg)
84288428
/* signal that thread was started */
84298429
pthread_barrier_wait(&st->barrier);
84308430

8431-
for (i = 0; i < TEST_ITERATIONS; i++) {
8431+
for (i = 0; i < TEST_ITERATIONS / 4; i++) {
84328432
for (j = 0; j < 4; j++) {
84338433
ret = sr_module_change_subscribe(sess, "ietf-interfaces", NULL, dummy_slow_change_cb,
84348434
st, 0, opts, &subscr);

0 commit comments

Comments
 (0)