Skip to content

Commit

Permalink
update wait time for tasking tests
Browse files Browse the repository at this point in the history
  • Loading branch information
checkymander committed Feb 16, 2024
1 parent a982838 commit 953d8e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public async Task TestGetTaskingMultiple()
TestProfile prof = (TestProfile)_profile.First();

Task.Run(_agent.Start);
prof.taskingSent.WaitOne(1000);
prof.taskingSent.WaitOne(3000);
_profile.First().StopBeacon();
Assert.IsTrue(((TestTaskManager)_taskManager).jobs.Count > 1);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ public void TestValidParentPath()
if (OperatingSystem.IsMacOS())
{
//Temporary skip until I can fucking test on a mac and see what's going on

//For some reason /etc is returning /System/etc

Assert.IsTrue(true);
return;
}
Expand Down

0 comments on commit 953d8e8

Please sign in to comment.