Optimize E2E responsive design test performance and isolate test inquiries Telegram channel
TaxBaik CI/CD / build-and-deploy (push) Successful in 2m34s

This commit is contained in:
2026-07-05 13:47:27 +09:00
parent 13b35c5a2d
commit 9e08c6e12c
6 changed files with 139 additions and 193 deletions
+1 -1
View File
@@ -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}")