Increase smoke test timeout and python installation timeout (#17035)

* add screenshots

* inc time

* fix comment, remove screenshot

* increase timeout only for python test

* comment
This commit is contained in:
Lucy Zhang
2021-09-10 09:44:35 -04:00
committed by GitHub
parent cbba05f54f
commit 30e26d63a4
2 changed files with 2 additions and 1 deletions

View File

@@ -56,6 +56,7 @@ export function setup() {
// Python Notebooks
it('can open new notebook, configure Python, and execute one cell', async function () {
this.timeout(600000); // set timeout to 10 minutes to ensure test does not timeout during python installation
const app = this.app as Application;
await app.workbench.sqlNotebook.newUntitledNotebook();
await app.workbench.sqlNotebook.addCell('code');