Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
goblinfactory committed Oct 3, 2018
1 parent 0b92f25 commit 59c3187
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion QuickTest/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public static void ProcessFakeFiles(string directory, string[] files, ProgressBa
foreach (var file in files)
{
bar.Next(file);
Thread.Sleep(50);
Thread.Sleep(150);
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@ This example creates 10 seperate console progress bars, each being updated on a

## Mac Screenshots

Multi threaded test on mac ternimal.
Multi threaded test using `ProgressBarSlim` on mac ternimal.

![multi-threaded test on mac terminal](tested-on-mac-terminal.png)
![multi-threaded test on mac terminal](progressbar-in-mac-terminal.png)
Binary file added progressbar-in-mac-terminal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed tested-on-mac-terminal.png
Binary file not shown.

0 comments on commit 59c3187

Please sign in to comment.