Skip to content

Commit

Permalink
feat(testsuite): use async propagation
Browse files Browse the repository at this point in the history
Signed-off-by: jkoberg <[email protected]>
  • Loading branch information
kobergj committed Nov 25, 2024
1 parent f87f767 commit 9a2033c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -2305,6 +2305,7 @@ def ocisServer(storage = "ocis", accounts_hash_difficulty = 4, volumes = [], dep
"OCIS_JWT_SECRET": "some-ocis-jwt-secret",
"EVENTHISTORY_STORE": "memory",
"OCIS_TRANSLATION_PATH": "%s/tests/config/translations" % dirs["base"],
"OCIS_DECOMPOSEDFS_PROPAGATOR": "async",
}

if deploy_type == "":
Expand Down

0 comments on commit 9a2033c

Please sign in to comment.