Improve flakyness

This commit is contained in:
Matej Bačo
2025-08-16 19:03:21 +02:00
parent 746a76dc8e
commit aed97c545b
@@ -418,6 +418,7 @@ class SitesCustomServerTest extends Scope
$this->cleanupSite($siteId);
}
#[Retry(count: 3)]
public function testAdapterDetectionAstroStatic(): void
{
$siteId = $this->setupSite([
@@ -1508,7 +1509,8 @@ class SitesCustomServerTest extends Scope
$this->cleanupSite($siteId);
}
#[Retry(count: 3)]
public function testSiteTemplate(): void
{
$template = $this->getTemplate('playground-for-astro');