Skip to content

Commit

Permalink
Test quick fix: the LE servers are caching the account keys
Browse files Browse the repository at this point in the history
  • Loading branch information
fbett committed Aug 11, 2022
1 parent 8c23555 commit 5101436
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/LE_ACME2Tests/AccountTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ public function testModification() {

$result = $account->changeKeys();
$this->assertTrue($result === true);

// 11. August 2022
// Quickfix: The LE server will not recognize fast enough, that the account key has already changed
sleep(5);
}

public function testDeactivation() {
Expand Down

0 comments on commit 5101436

Please sign in to comment.