mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
Bump final e2e test timeout to 20s (#1935)
This commit is contained in:
@@ -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( );
|
||||
} );
|
||||
} );
|
||||
|
||||
Reference in New Issue
Block a user