Allow large-scale tests 5 hours each to run
This commit is contained in:
parent
386b45e94d
commit
6185e8c432
|
|
@ -7,7 +7,7 @@ import java.util.ArrayList;
|
|||
|
||||
public class UnifiedGenotyperLargeScaleTest extends WalkerTest {
|
||||
|
||||
@Test
|
||||
@Test( timeOut = 18000000 )
|
||||
public void testUnifiedGenotyperWholeGenome() {
|
||||
WalkerTestSpec spec = new WalkerTestSpec(
|
||||
"-R " + hg18Reference +
|
||||
|
|
@ -22,7 +22,7 @@ public class UnifiedGenotyperLargeScaleTest extends WalkerTest {
|
|||
executeTest("testUnifiedGenotyperWholeGenome", spec);
|
||||
}
|
||||
|
||||
@Test
|
||||
@Test( timeOut = 18000000 )
|
||||
public void testUnifiedGenotyperWholeExome() {
|
||||
WalkerTestSpec spec = new WalkerTestSpec(
|
||||
"-R " + hg18Reference +
|
||||
|
|
@ -37,7 +37,7 @@ public class UnifiedGenotyperLargeScaleTest extends WalkerTest {
|
|||
executeTest("testUnifiedGenotyperWholeExome", spec);
|
||||
}
|
||||
|
||||
@Test
|
||||
@Test( timeOut = 18000000 )
|
||||
public void testUnifiedGenotyperWGParallel() {
|
||||
WalkerTestSpec spec = new WalkerTestSpec(
|
||||
"-R " + hg18Reference +
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ import org.testng.annotations.Test;
|
|||
import java.util.ArrayList;
|
||||
|
||||
public class IndelRealignerLargeScaleTest extends WalkerTest {
|
||||
@Test
|
||||
@Test( timeOut = 18000000 )
|
||||
public void testHighCoverage() {
|
||||
WalkerTestSpec spec = new WalkerTestSpec(
|
||||
|
||||
|
|
@ -21,7 +21,7 @@ public class IndelRealignerLargeScaleTest extends WalkerTest {
|
|||
executeTest("testIndelRealignerHighCoverage", spec);
|
||||
}
|
||||
|
||||
@Test
|
||||
@Test( timeOut = 18000000 )
|
||||
public void testRealigner() {
|
||||
WalkerTestSpec spec1 = new WalkerTestSpec(
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ import org.testng.annotations.Test;
|
|||
import java.util.ArrayList;
|
||||
|
||||
public class RealignerTargetCreatorLargeScaleTest extends WalkerTest {
|
||||
@Test
|
||||
@Test( timeOut = 18000000 )
|
||||
public void testRealignerTargetCreator() {
|
||||
|
||||
WalkerTestSpec spec1 = new WalkerTestSpec(
|
||||
|
|
|
|||
Loading…
Reference in New Issue