Skip to content

Commit 5e33cf2

Browse files
committed
feat(testsuite): use propagation delay of 100ms
Signed-off-by: jkoberg <[email protected]>
1 parent 9a2033c commit 5e33cf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.drone.star

+1
Original file line numberDiff line numberDiff line change
@@ -2306,6 +2306,7 @@ def ocisServer(storage = "ocis", accounts_hash_difficulty = 4, volumes = [], dep
23062306
"EVENTHISTORY_STORE": "memory",
23072307
"OCIS_TRANSLATION_PATH": "%s/tests/config/translations" % dirs["base"],
23082308
"OCIS_DECOMPOSEDFS_PROPAGATOR": "async",
2309+
"STORAGE_USERS_ASYNC_PROPAGATOR_PROPAGATION_DELAY=100ms",
23092310
}
23102311

23112312
if deploy_type == "":

0 commit comments

Comments
 (0)