Skip to content

Commit b8e4328

Browse files
Increasing per-test timeout from 5s to 30s in precommit testing.
JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
1 parent b05d239 commit b8e4328

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/runners/run-test-pass.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
TIMEOUT=${TIMEOUT:=5}
17+
TIMEOUT=${TIMEOUT:=30}
1818

1919
START_DIR=`pwd`
2020

tools/runners/run-test-xfail.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
TIMEOUT=${TIMEOUT:=5}
17+
TIMEOUT=${TIMEOUT:=30}
1818

1919
START_DIR=`pwd`
2020

0 commit comments

Comments
 (0)