We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f1b92 commit 0cf783dCopy full SHA for 0cf783d
1 file changed
tests/wpunit/APITest.php
@@ -95,6 +95,9 @@ public function setUp(): void
95
$_ENV['CONVERTKIT_OAUTH_ACCESS_TOKEN_NO_DATA'],
96
$_ENV['CONVERTKIT_OAUTH_REFRESH_TOKEN_NO_DATA']
97
);
98
+
99
+ // Wait a second to avoid hitting a 429 rate limit.
100
+ sleep(1);
101
}
102
103
/**
0 commit comments