Bump final e2e test timeout to 20s (#1935)

This commit is contained in:
Ken-ichi
2024-08-07 15:43:35 -07:00
committed by GitHub
parent 4545d72e2f
commit 62df19dc8b

View File

@@ -185,7 +185,7 @@ describe( "Signed in user", () => {
// observations, the upload prompt will be the stable status text at this
// point, and we can confirm deletion by testing for the absence of the
// list item for the observation we deleted.
await waitFor( element( by.text( /Upload 1 observation/ ) ) ).toBeVisible( ).withTimeout( 10000 );
await waitFor( element( by.text( /Upload 1 observation/ ) ) ).toBeVisible( ).withTimeout( 20_000 );
await expect( obsListItem ).toBeNotVisible( );
} );
} );