Skip to content

Commit

Permalink
add sleep for lock issue
Browse files Browse the repository at this point in the history
Signed-off-by: Surya Sashank Nistala <[email protected]>
  • Loading branch information
eirsep committed Aug 10, 2024
1 parent a19c303 commit 3de09a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ public void testActivateDeactivateUrlDownloadSourceConfig() throws IOException,
List<String> findingIndices = getIocIndices();
Assert.assertEquals(1, findingIndices.size());

Thread.sleep(100); // TODO: pass in action listener when releasing lock
Thread.sleep(10000); // TODO: pass in action listener when releasing lock

// try to update default source config again to ensure operation is not accepted when enabled_for_scan is unchanged
try {
Expand Down

0 comments on commit 3de09a0

Please sign in to comment.