Skip to content

Commit 42c0719

Browse files
authored
Increase the timeout for creation of feature group (#294)
Issue #, if available: Description of changes: Sometimes creation of feature group takes more than 10 minutes causing canary to Fail. SoIncrease the timeout from 20 to 30 for creation of feature group. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent c36006f commit 42c0719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/tests/test_feature_group.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
FEATURE_GROUP_STATUS_CREATING = "Creating"
3939
FEATURE_GROUP_STATUS_CREATED = "Created"
4040
# longer wait is used because we sometimes see server taking time to create/delete
41-
WAIT_PERIOD_COUNT = 20
41+
WAIT_PERIOD_COUNT = 40
4242
WAIT_PERIOD_LENGTH = 30
4343
STATUS = "status"
4444
RESOURCE_STATUS = "featureGroupStatus"

0 commit comments

Comments
 (0)