mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-22 06:15:31 +08:00
Tests - increased merge tests timeout to avoid timeouts in parallel mode
This commit is contained in:
@@ -15,8 +15,7 @@
|
||||
*/
|
||||
package ghidra.app.merge;
|
||||
|
||||
import static org.junit.Assert.assertNotNull;
|
||||
import static org.junit.Assert.fail;
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
import java.awt.*;
|
||||
import java.util.ArrayList;
|
||||
@@ -41,7 +40,7 @@ import ghidra.util.Msg;
|
||||
public abstract class AbstractMergeTest extends AbstractGhidraHeadedIntegrationTest {
|
||||
|
||||
// TODO this may need to be modified for parallel mode
|
||||
protected static final int MAX_MERGE_TIMEOUT = 10000;
|
||||
protected static final int MAX_MERGE_TIMEOUT = 20000;
|
||||
|
||||
protected MergeTestFacilitator mtf;
|
||||
protected Program originalProgram;
|
||||
|
||||
Reference in New Issue
Block a user