chore(tests): Add error catch for SDK Targeting helper methods on startup. (#11774)

Because

- There have been intermittent errors on CI within the SDK targeting
tests. These are due to the test making a query to the graphQL API
before it is ready.

This commit

- Adds a retry within the called function to attempt to query the API
again if it fails.

Fixes #11766
This commit is contained in:
Benjamin Forehand Jr 2024-11-19 10:59:46 -06:00 коммит произвёл GitHub
Родитель 896e52ba0a
Коммит 93d0fbb414
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -9,7 +9,7 @@ from nimbus.models.base_dataclass import (
BaseExperimentApplications,
)
LOAD_DATA_RETRIES = 10
LOAD_DATA_RETRIES = 30
LOAD_DATA_RETRY_DELAY = 1.0