Skip to content

Commit

Permalink
fix smoke test import; increase timeout for flaky cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
asikowitz committed Mar 3, 2025
1 parent 804abd8 commit 39004de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datahub-web-react/src/app/ingest/secret/SecretsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export const SecretsList = () => {
);
setTimeout(() => {
refetch();
}, 2000);
}, 3000);
})
.catch((e) => {
message.destroy();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import pytest
from consistency_utils import wait_for_writes_to_sync
from tests.consistency_utils import wait_for_writes_to_sync

from datahub.emitter.mcp import MetadataChangeProposalWrapper
from datahub.ingestion.graph.client import DataHubGraph
Expand Down

0 comments on commit 39004de

Please sign in to comment.