Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe '116' Loiseau committed Apr 24, 2024
1 parent a803bc8 commit 2ef8b32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
@ExtendWith(EdcExtension.class)
public class TransferProcessEventDispatchTest {

public static final Duration TIMEOUT = Duration.ofSeconds(30);
public static final Duration TIMEOUT = Duration.ofSeconds(60);
private final EventSubscriber eventSubscriber = mock(EventSubscriber.class);

@NotNull
Expand Down

0 comments on commit 2ef8b32

Please sign in to comment.