Home
last modified time | relevance | path

Searched refs:TimeoutError (Results 1 – 2 of 2) sorted by relevance

/expo/apps/test-suite/tests/
H A DImage.js6 import { mountAndWaitFor, mountAndWaitForWithTimeout, TimeoutError } from './helpers';
47 if (!(e instanceof TimeoutError)) {
68 if (!(e instanceof TimeoutError)) {
H A Dhelpers.js41 export class TimeoutError extends Error { class
53 reject(new TimeoutError(`mountAndWaitFor did not resolve after ${timeout} ms.`));
60 TimeoutError,