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 f433729 commit e6ab6e3Copy full SHA for e6ab6e3
test/index.js
@@ -119,6 +119,11 @@ test('Auto Encrypt', async t => {
119
// further.
120
//
121
122
+ // Wait a breath to ensure that the request has a chance to start.
123
+ await new Promise((resolve, reject) => {
124
+ setTimeout(resolve, 500)
125
+ })
126
+
127
// Test server is busy response while attempting to provision the initial certificate.
128
try {
129
await httpsGetString(urlToHit)
0 commit comments