mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
bump pause before running data tests to give db time to come online
This commit is contained in:
parent
a40b72a79b
commit
541d652427
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ public async void SeedOrUpdateAsync_DoesNotThrowException()
|
|||
{
|
||||
//TODO: replace with Polly or similar to optimize time waste
|
||||
// allow time for db to init
|
||||
Thread.Sleep(15000);
|
||||
Thread.Sleep(20000);
|
||||
|
||||
const string connString = "Server=mariadb;Database=filterlists;Uid=filterlists;Pwd=filterlists;";
|
||||
var options = new DbContextOptionsBuilder<FilterListsDbContext>()
|
||||
|
|
|
|||
Loading…
Reference in a new issue