Skip to content

Commit 8907c86

Browse files
author
Anurag Gajam
committed
Increase the timeout for creation of feature group
1 parent 4c6e0ea commit 8907c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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 = 30
41+
WAIT_PERIOD_COUNT = 40
4242
WAIT_PERIOD_LENGTH = 30
4343
STATUS = "status"
4444
RESOURCE_STATUS = "featureGroupStatus"

0 commit comments

Comments
 (0)