Skip to content

Commit

Permalink
Fix sequencer reset ordering and timeouts (faucetsdn#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
grafnu authored Jan 15, 2025
1 parent d6ed237 commit c114ba4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
simple:
name: Simple sequence test
runs-on: ubuntu-latest
timeout-minutes: 5
timeout-minutes: 10
needs: images
strategy:
fail-fast: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -822,10 +822,11 @@ public void setUp() {

resetDeviceConfig(true);

returnAltRegistryRedirect();

// Do this before altRegistryRedirect() because of the change-detecting process.
resetConfig(resetRequired);

returnAltRegistryRedirect();

updateConfig("initial setup");

debug(format("Stale state cutoff threshold is %s", isoConvert(stateCutoffThreshold)));
Expand Down

0 comments on commit c114ba4

Please sign in to comment.