Skip to content

Commit c056939

Browse files
committed
[tests] increase test timeout
1 parent ec0ca9d commit c056939

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TESTS_ENVIRONMENT.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ run_cap_test() {
109109
local full_cmd=$(echo "${LAST_CAP_TEST[@]}" | LC_ALL=C sed -e "s;${test_dir};{test_dir};g" -e "s;${top_srcdir};{top_srcdir};g")
110110
export test_hash=$(echo "${full_cmd}" | shasum | cut -f 1 -d ' ')
111111
echo "${full_cmd}" > ${test_file_base}_${test_hash}.cmd
112-
timeout 10s "$@" > ${test_file_base}_${test_hash}.out 2> ${test_file_base}_${test_hash}.err
112+
timeout 15s "$@" > ${test_file_base}_${test_hash}.out 2> ${test_file_base}_${test_hash}.err
113113
printf "Exit code: $?"
114114

115115
sed -ibak \

0 commit comments

Comments
 (0)