Skip to content

Commit 4920145

Browse files
committed
Temporarily Increase E2E tests timeout to 20min
1 parent 2566c73 commit 4920145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/lit.cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,6 @@ def open_check_file(file_name):
815815
try:
816816
import psutil
817817

818-
lit_config.maxIndividualTestTime = 600
818+
lit_config.maxIndividualTestTime = 1200
819819
except ImportError:
820820
pass

0 commit comments

Comments
 (0)