mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-26 05:58:27 +00:00
Raise timeout a bit
This commit is contained in:
@@ -32,7 +32,7 @@ import org.mvndaemon.mvnd.junit.MvndTest;
|
||||
import static org.junit.jupiter.api.Assertions.assertThrows;
|
||||
|
||||
@MvndTest(projectDir = "src/test/projects/daemon-crash", keepAlive = "100ms", maxLostKeepAlive = "30")
|
||||
@Timeout(30)
|
||||
@Timeout(60)
|
||||
public class DaemonCrashTest {
|
||||
|
||||
@Inject
|
||||
|
Reference in New Issue
Block a user