Skip to content

Adjust test_Checksum timeouts

Steffen Grunewald requested to merge 187-extend-timeouts-for-arm64 into master

Description

Three of the tests fail on an arm64 build machine, due to too tight timeout settings. On the arm64 build machine (ThunderX), cksum_boost takes 34 sec, cksum_ldas and CheckSumCRC take 15 sec. Increasing the timeout to 45 seconds from 15 seconds is supposed to cure this issue for now.

API Changes and Justification

Backwards Compatible Changes

  • This change does not modify any class/function/struct/type definitions in a public C header file or any Python class/function definitions
  • This change adds new classes/functions/structs/types to a public C header file or Python module

Backwards Incompatible Changes

  • This change modifies an existing class/function/struct/type definition in a public C header file or Python module
  • This change removes an existing class/function/struct/type from a public C header file or Python module

Review Status

none yet

Closes #187

Edited by Steffen Grunewald

Merge request reports