Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
Extend timeout of AsynchronousExtractFileEventsTest.
Browse files Browse the repository at this point in the history
  • Loading branch information
squid-box committed Apr 3, 2023
1 parent c571eaf commit 32f9bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SevenZip.Tests/SevenZipExtractorAsynchronousTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public void AsynchronousExtractFileEventsTest()
extractor.ExtractionFinished += (o, e) => extractionFinishedInvoked = true;
extractor.BeginExtractFile(0, fileStream);

var maximumTimeToWait = 500;
var maximumTimeToWait = 2000;

while (!extractionFinishedInvoked)
{
Expand Down

0 comments on commit 32f9bee

Please sign in to comment.