Author: jsong
Date: Tue Mar 29 02:54:10 2005
New Revision: 159362
URL: http://svn.apache.org/viewcvs?view=rev&rev=159362
Log:
Increase timeout for stream join. This was causing some instability when run
in low resource environments.
Contributed by Joe Pemberton.
Modified:
incubator/beehive/trunk/controls/test/tools/mantis/src/org/apache/beehive/test/tools/mantis/MantisTask.java
Modified:
incubator/beehive/trunk/controls/test/tools/mantis/src/org/apache/beehive/test/tools/mantis/MantisTask.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/test/tools/mantis/src/org/apache/beehive/test/tools/mantis/MantisTask.java?view=diff&r1=159361&r2=159362
==============================================================================
---
incubator/beehive/trunk/controls/test/tools/mantis/src/org/apache/beehive/test/tools/mantis/MantisTask.java
(original)
+++
incubator/beehive/trunk/controls/test/tools/mantis/src/org/apache/beehive/test/tools/mantis/MantisTask.java
Tue Mar 29 02:54:10 2005
@@ -27,7 +27,7 @@
private boolean _compile = false;
private String _processor = null;
private String _processorArgs = null;
- private int _timeout = 5000;
+ private int _timeout = 60000;
// use _srcgen if not provided
private String _logdir = null;