Skip to content
Snippets Groups Projects
Commit 4ff5950c authored by Bruce Jin's avatar Bruce Jin
Browse files

Increase waiting time for OPA cache rebuild

parent 1402d687
No related branches found
No related tags found
1 merge request!930Increase waiting time for OPA cache rebuild
Pipeline #283359 failed
......@@ -67,7 +67,7 @@ public abstract class PubsubEndpointTest extends TestBase {
throws Exception {
LegalTagUtils.delete(LEGAL_TAG_1, testUtils.getToken());
// wait until cache of opa will be rebuild
Thread.sleep(70000);
Thread.sleep(150000);
List<String> legalTagNames = new ArrayList<>();
legalTagNames.add(LEGAL_TAG_1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment