Skip to content

Commit 3ab54b7

Browse files
committed
Add comments
1 parent 6adbfd1 commit 3ab54b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/gulp/tasks/screenshots.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ const FIREBASE_IMAGE = `${TEMP_FOLDER}/screenshot/images`;
3434
const FIREBASE_DATA_GOLDENS = `screenshot/goldens`;
3535
const FIREBASE_STORAGE_GOLDENS = 'goldens';
3636

37+
/** Time in ms until the process will be exited if the last action took too long (6 minutes). */
3738
const lastActionTimeout = 1000 * 60 * 6;
39+
40+
/** Time in ms that specifies how often the last action should be checked (45 seconds). */
3841
const lastActionRefreshInterval = 1000 * 45;
3942

4043
/** Task which upload screenshots generated from e2e test. */

0 commit comments

Comments
 (0)