We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d34caae commit f4ce845Copy full SHA for f4ce845
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