Skip to content

Commit 6a4fa3d

Browse files
committed
Flaky build due to a possible race condition #1449
Signed-off-by: christian.lutnik <[email protected]>
1 parent 1feacdd commit 6a4fa3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/dev/openfeature/sdk/AwaitableTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import org.junit.jupiter.api.Test;
1111
import org.junit.jupiter.api.Timeout;
1212

13-
@Timeout(value=5, threadMode = Timeout.ThreadMode.SEPARATE_THREAD)
13+
@Timeout(value = 5, threadMode = Timeout.ThreadMode.SEPARATE_THREAD)
1414
class AwaitableTest {
1515
@Test
1616
void waitingForFinishedIsANoOp() {

0 commit comments

Comments
 (0)