Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit 6fe6015

Browse files
committed
[Functional Tests] : correct seek test
1 parent 0968a80 commit 6fe6015

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/functional/tests/play/seek.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,9 @@ define([
3333
});
3434

3535
// Test constants
36-
<<<<<<< HEAD
37-
var PROGRESS_DELAY = 5; // Delay for checking progressing (in s)
38-
var SEEK_SLEEP = 200; // Delay before each seek operation (in ms)
39-
=======
4036
var PROGRESS_DELAY = 10; // Delay for checking progressing (in s)
41-
>>>>>>> 8e2edfba6... [Functional Tests] : modify seek test to check Firfox do not raise anymore QuotaExceededError
4237
var ASYNC_TIMEOUT = PROGRESS_DELAY + config.asyncTimeout;
4338

44-
4539
// Test variables
4640
var command = null,
4741
streamDuration = 0,

0 commit comments

Comments
 (0)