mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-08 22:29:33 +00:00
update timeout
This commit is contained in:
parent
4510cf5c41
commit
90d89b620a
@ -286,6 +286,10 @@
|
|||||||
<!--We want only integration testing to run from this-->
|
<!--We want only integration testing to run from this-->
|
||||||
<sequential>
|
<sequential>
|
||||||
<property name="test.includes" value="**/org/sleuthkit/autopsy/integrationtesting/TestRunner.class"/>
|
<property name="test.includes" value="**/org/sleuthkit/autopsy/integrationtesting/TestRunner.class"/>
|
||||||
|
<!-- This overrides the value in common.xml:test-init that sets each test lasting 10 minutes maximum.
|
||||||
|
More information on the timeout can be found here: http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-nbjunit/org/netbeans/junit/NbTestCase.html
|
||||||
|
under timeout() or in the harness README. Current value is 1 hour (60 * 60 * 1000) -->
|
||||||
|
<property name="test.timeout" value="3600000"/>
|
||||||
<antcall target="projectized-common.test-qa-functional" />
|
<antcall target="projectized-common.test-qa-functional" />
|
||||||
</sequential>
|
</sequential>
|
||||||
</target>
|
</target>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user