@@ -70,7 +70,7 @@ def basic_dataframe():
7070 )
7171
7272
73- @pytest .mark .timeout (300 )
73+ @pytest .mark .timeout (45 )
7474@pytest .mark .run (order = 10 )
7575def test_basic_register_feature_set_success (client ):
7676 # Load feature set from file
@@ -96,7 +96,7 @@ def test_basic_register_feature_set_success(client):
9696 )
9797
9898
99- @pytest .mark .timeout (45 )
99+ @pytest .mark .timeout (300 )
100100@pytest .mark .run (order = 11 )
101101def test_basic_ingest_success (client , basic_dataframe ):
102102 cust_trans_fs = client .get_feature_set (name = "customer_transactions" )
@@ -202,7 +202,7 @@ def all_types_dataframe():
202202 )
203203
204204
205- @pytest .mark .timeout (300 )
205+ @pytest .mark .timeout (45 )
206206@pytest .mark .run (order = 20 )
207207def test_all_types_register_feature_set_success (client ):
208208 all_types_fs_expected = FeatureSet (
@@ -246,7 +246,7 @@ def test_all_types_register_feature_set_success(client):
246246 )
247247
248248
249- @pytest .mark .timeout (45 )
249+ @pytest .mark .timeout (300 )
250250@pytest .mark .run (order = 21 )
251251def test_all_types_ingest_success (client , all_types_dataframe ):
252252 # Get all_types feature set
@@ -322,7 +322,7 @@ def large_volume_dataframe():
322322 return customer_data
323323
324324
325- @pytest .mark .timeout (300 )
325+ @pytest .mark .timeout (45 )
326326@pytest .mark .run (order = 30 )
327327def test_large_volume_register_feature_set_success (client ):
328328 cust_trans_fs_expected = FeatureSet .from_yaml (
0 commit comments