Skip to content

Commit

Permalink
set use-maasdb-dump
Browse files Browse the repository at this point in the history
  • Loading branch information
petermakowski committed Mar 13, 2024
1 parent 168b6f6 commit d857812
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/sitespeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: canonical/setup-maas@main
with:
maas-url: ${{ env.MAAS_URL }}/MAAS
use-maasdb-dump: true
- name: Create MAAS admin
run: sudo maas createadmin --username=admin --password=test --email=fake@example.org
- name: Login MAAS admin
Expand Down
2 changes: 1 addition & 1 deletion sitespeed.io/scripts/machines.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const TIMEOUT = 120000;
const waitForMachines = async (context, commands, pageSize = 50) => {
context.log.info("waiting for machine list count");
await commands.wait.byCondition(
`document.querySelector('[data-testid="main-toolbar-heading"]').textContent.includes("1000 machines")`,
`document.querySelector('[data-testid="main-toolbar-heading"]').textContent.includes("100 machines")`,
TIMEOUT
);
context.log.info(`waiting for ${pageSize} machine list rows`);
Expand Down

0 comments on commit d857812

Please sign in to comment.