@@ -380,7 +380,7 @@ def _find_and_validate(
380380
381381
382382@pytest .mark .e2e
383- @pytest .mark .long_running
383+ @pytest .mark .very_long_running
384384@pytest .mark .scheduled_only
385385@pytest .mark .timeout (timeout = TEST_APPLICATION_SUBMIT_AND_WAIT_TIMEOUT_SECONDS + 60 * 5 )
386386def test_platform_test_app_submit_and_wait (record_property ) -> None :
@@ -409,7 +409,7 @@ def test_platform_test_app_submit_and_wait(record_property) -> None:
409409
410410@pytest .mark .skip (reason = "Switching to submit and find approach" )
411411@pytest .mark .e2e
412- @pytest .mark .very_long_running
412+ @pytest .mark .long_running
413413@pytest .mark .scheduled_only
414414@pytest .mark .timeout (timeout = HETA_APPLICATION_SUBMIT_AND_WAIT_TIMEOUT_SECONDS + 60 * 5 )
415415def test_platform_heta_app_submit_and_wait (record_property ) -> None :
@@ -462,7 +462,7 @@ def test_platform_test_app_submit() -> None:
462462
463463
464464@pytest .mark .e2e
465- @pytest .mark .very_long_running
465+ @pytest .mark .long_running
466466@pytest .mark .scheduled_only
467467@pytest .mark .timeout (timeout = TEST_APPLICATION_FIND_AND_VALIDATE_TIMEOUT_SECONDS )
468468def test_platform_test_app_find_and_validate () -> None :
@@ -481,7 +481,7 @@ def test_platform_test_app_find_and_validate() -> None:
481481
482482
483483@pytest .mark .e2e
484- @pytest .mark .very_long_running
484+ @pytest .mark .long_running
485485@pytest .mark .scheduled_only
486486@pytest .mark .timeout (timeout = HETA_APPLICATION_SUBMIT_AND_FIND_SUBMIT_TIMEOUT_SECONDS )
487487def test_platform_heta_app_submit () -> None :
@@ -505,7 +505,7 @@ def test_platform_heta_app_submit() -> None:
505505
506506
507507@pytest .mark .e2e
508- @pytest .mark .very_long_running
508+ @pytest .mark .long_running
509509@pytest .mark .scheduled_only
510510@pytest .mark .timeout (timeout = HETA_APPLICATION_FIND_AND_VALIDATE_TIMEOUT_SECONDS )
511511def test_platform_heta_app_find_and_validate () -> None :
0 commit comments