Increasing per-test timeout from 5s to 30s in precommit testing.

JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
Ruben Ayrapetyan 2015-05-09 22:41:20 +03:00
parent b05d239cf7
commit b8e43286cc
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
TIMEOUT=${TIMEOUT:=5}
TIMEOUT=${TIMEOUT:=30}
START_DIR=`pwd`

View File

@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
TIMEOUT=${TIMEOUT:=5}
TIMEOUT=${TIMEOUT:=30}
START_DIR=`pwd`