Skip to content

Commit

Permalink
fix: allow RStudio EC2 to initialize (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
SanketD92 committed Nov 19, 2021
1 parent eb879fe commit 5a3590a
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -60,6 +60,9 @@ describe('Launch and terminate RStudio instance', () => {
await checkCIDR(envId);
}

// Allow 90 seconds for EC2 to initialize and create SSM parameters
await sleep(90 * 1000);

const rstudioServerUrlResponse = await checkConnectionUrlCanBeCreated(envId);
await checkConnectionUrlNetworkConnectivity(rstudioServerUrlResponse);
await checkWorkspaceCanBeTerminatedCorrectly(envId);
Expand Down

0 comments on commit 5a3590a

Please sign in to comment.