Skip to content

Commit cfd9752

Browse files
committed
Extend example_timeout_second in all_example_test
1 parent e30d396 commit cfd9752

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pipeline_test/run_all_examples.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ REPO_ROOT="$(cd "${SCRIPT_DIR}/.." && pwd)"
1111
RUN_MODE="all"
1212
FAIL_FAST=false
1313
INCLUDE_MANUAL=false
14-
EXAMPLE_TIMEOUT_SECONDS="${EXAMPLE_TIMEOUT_SECONDS:-300}"
14+
EXAMPLE_TIMEOUT_SECONDS="${EXAMPLE_TIMEOUT_SECONDS:-500}"
1515

1616
PASSED=()
1717
FAILED=()

0 commit comments

Comments
 (0)