Skip to content

Commit

Permalink
Increased success notification timeout (#89)
Browse files Browse the repository at this point in the history
* Increased success notification timeout
* [CI] Increased job-count to 2
  • Loading branch information
mnocon authored Oct 17, 2023
1 parent 247917d commit 05bb4b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/browser-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
test-setup-phase-1: '--profile=regression --suite=setup-oss --mode=standard'
multirepository: true
timeout: 40
job-count: 2
php-image: "ezsystems/php:8.1-v2-node16"
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
Expand Down
2 changes: 1 addition & 1 deletion src/bundle/DependencyInjection/IbexaBehatExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function process(ContainerBuilder $container)
return;
}

$container->setParameter('ibexa.site_access.config.admin_group.notifications.success.timeout', 20000);
$container->setParameter('ibexa.site_access.config.admin_group.notifications.success.timeout', 30000);
}

public function prepend(ContainerBuilder $container)
Expand Down

0 comments on commit 05bb4b0

Please sign in to comment.