Commit 4033b0e6 authored by Jan Kiene's avatar Jan Kiene
Browse files

add workaround for artifact upload problems

increase git http timeout
parent 45156f04
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -25,3 +25,6 @@ variables:
  LONG_TEST_SUITE_ENCODER: "tests/codec_be_on_mr_nonselection/test_param_file.py --param_file scripts/config/self_test_ltv_basop_encoder.prm"
  TEST_SUITE: ""
  INSTR_DIR: "scripts/c-code_instrument"
  # workaround for job failures due to forge being slow to respond when uploading artifacts
  GIT_HTTP_LOW_SPEED_LIMIT: "0"
  GIT_HTTP_LOW_SPEED_TIME: "60"