coolify/tests
Himanshu Ahuja 419106696a fix(backups): forward per-backup timeout to the ssh timeout wrapper
instant_remote_process() applied its timeout only to Process::timeout(), while the shell-level timeout wrapper around ssh always used the global 3600s default, killing long backups and scheduled tasks at 1h with ssh exit code 255. Also applies the backup timeout to the S3 upload step and makes the default configurable via SSH_COMMAND_TIMEOUT.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-10 18:28:27 -04:00
..
Browser test: add dashboard test and improve browser test coverage 2026-02-11 16:37:40 +01:00
Feature fix(backups): forward per-backup timeout to the ssh timeout wrapper 2026-08-10 18:28:27 -04:00
Scripts feat(v5): sync server status and ingress access 2026-06-22 11:56:26 +02:00
Support test(browser): expand config coverage and shared helpers 2026-08-04 11:43:45 +02:00
Traits test: setup database for upcoming tests 2024-12-04 12:43:52 +01:00
Unit feat(domains): add structured URL editing and responsive domain controls 2026-08-11 00:06:55 +02:00
v4 fix(ui): use listbox for domain redirects and key terminal canvases 2026-08-07 17:59:00 +02:00
v5/Browser fix(v5): backfill missing canvas uuid columns 2026-07-06 23:17:32 +02:00
CreatesApplication.php
DuskTestCase.php Refactor DuskTestCase.php to use a hardcoded base URL 2024-10-17 21:26:06 +02:00
Pest.php test(browser): expand config coverage and shared helpers 2026-08-04 11:43:45 +02:00
TestCase.php