Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9bd2c84 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "TranscodingSessionControllerTest: Allow extra time to receive onError"

parents d69e9fa3 5e4343a7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -337,6 +337,8 @@ public:
        // Should have created new transcoder.
        EXPECT_EQ(mTranscoder->getGeneration(), generation);
        EXPECT_EQ(mTranscoder.use_count(), 2);
        // b/240537336: Allow extra time to finish onError call
        sleep(1);
    }

    void testPacerHelper(int numSubmits, int sessionDurationMs, int expectedSuccess) {