Optimize E2E responsive design test performance and isolate test inquiries Telegram channel
TaxBaik CI/CD / build-and-deploy (push) Successful in 2m34s
TaxBaik CI/CD / build-and-deploy (push) Successful in 2m34s
This commit is contained in:
@@ -117,7 +117,7 @@ def main():
|
||||
try:
|
||||
# Use shell=True on Windows to resolve npm/npx paths properly
|
||||
use_shell = sys.platform == 'win32'
|
||||
result = subprocess.run(cmd, env=test_env, shell=use_shell, timeout=120)
|
||||
result = subprocess.run(cmd, env=test_env, shell=use_shell, timeout=300)
|
||||
exit_code = result.returncode
|
||||
except Exception as e:
|
||||
print(f"Error running tests: {e}")
|
||||
|
||||
Reference in New Issue
Block a user